CryptoSkill CryptoSkill
  • Official
  • Skills
  • Categories
  • How It Works
  • GitHub
Home › Chains › Dfinity Official Service Discoverability

Dfinity Official Service Discoverability

Chains by @dfinity v1.0.0 B PASS 5 flags

Make a canister app discoverable to an AI agent from just its URL, including through ICP MCP. Covers publishing a /.well-known/ic-architecture manifest of your canisters — generated at deploy time from real canister IDs via the static-site recipe's presync hook and envsubst — plus exposing candid:service (interface), a getApiDoc query method (behavior), an optional OQL schema/execute data surface, and a /.well-known/ii-derivation-origin file (identity). Publishing that manifest opts the app into ICP MCP and is itself the operator's acceptance of the ICP MCP App Operator Terms, so confirm with the app's operator before deploying it. Use when making an app agent-ready or available through ICP MCP, for agent/service discovery, the well-known ic-architecture manifest, or generating that manifest at deploy time. Do NOT use for the sign-in flows that consume the derivation origin: use agent-web-identity for the agent/CLI web-identity link, or internet-identity for adding II login to a frontend.

Install

$ cp -r cryptoskill/skills/chains/dfinity-official-service-discoverability .claude/skills/
$ clawhub install dfinity-official-service-discoverability

Tags

official chains

Quality Score

Score: 66/100 Grade: B Risk Gate: PASS

Trust profile trust grade not computed yet

5 red flags 5 cleared 1 not measured

Capabilities below are detected automatically by an open-source scanner that reads the skill's text and scripts (see how this is computed). Not measured means the scanner couldn't make a confident call — it is NOT a green check, and you should treat it as a possible red flag until a human or a stronger scanner has measured it.

5 Red flags things this skill can do that affect your security or funds
  • ⚠
    Can move funds this skill can sign and send transactions on your behalf
  • ⚠
    Mutable remote runtime runs remote code that can change behavior without a local diff
  • ⚠
    Can install code installs software at setup time (npx, pip, brew, etc.)
  • ⚠
    Can execute shell runs arbitrary shell commands on your machine
  • ⚠
    Can spawn sub-agents delegates to other skills or sub-agents
5 Cleared by scanner we scanned the skill's text & scripts and found no evidence of these
  • ✓
    Requires private key you must hand over a private key, mnemonic, or wallet config
  • ✓
    Requires hosted operator depends on a third-party hosted service to function
  • ✓
    Uses remote install script setup pipes a remote shell script (curl | sh class)
  • ✓
    Can browse the web fetches arbitrary URLs at runtime
  • ✓
    Can write files writes to your local filesystem
1 Not measured yet scanner couldn't make a confident call — treat as a possible red flag
  • ?
    Auto-invocable may be invoked by the agent without your explicit prompt

Execution mode

unsigned_tx_builder Phase 1 single-mode classification — multi-mode breakdown deferred to Phase 2.

Ingredients (services this skill talks to)

We did not find any well-known hosted services in this skill's text or scripts. This does NOT mean the skill is local-only — it might use services we don't yet recognize, or talk to them through code paths our scanner can't reach. A complete dependency list (every package, library, and binary, with integrity hashes) is on the roadmap; today we only show recognized hosts.

Audits

No one has audited this skill yet. That is different from “audited and clean” — it just means no professional reviewer (a security firm, the CryptoSkill team, or a verified independent researcher) has signed off on it. There are no audit reports to read. How reviewer levels work →

SKILL.md → SOURCE.md → TRUST.auto.yaml → Browse directory →

Auto-generated by cryptoskill/extract-capabilities/0.3.1 · hosted-service list version 2026-09-06 · how this is computed

More from Dfinity

⛓️Dfinity Official Wallet Integration⛓️Dfinity Official Ic Dashboard⛓️Dfinity Official Caffeine App⛓️Dfinity Official Icp Cli⛓️Dfinity Official Autosync Ic Skills⛓️Dfinity Official Multi Canister

Other in Chains

⛓️NEAR Intents 1click Api⛓️Hedera Official Agent Kit Js⛓️Lightning MCP Server⛓️Lightning Agentic Commerce⛓️Lightning Security Module⛓️Bnb Official Mcp

Source

View on GitHub →

CryptoSkillBuilt for the crypto community
GitHub Official Skills Categories Terms Privacy