Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Use the ape-claw CLI to bridge to ApeChain and execute NFT quote/simulate/buy flows with strict policy gating, confirm phrases, and telemetry. Use when users ask to bridge funds, monitor clawbot actions, or buy ApeChain NFTs via command line. --- name: ape-claw description: Use the ape-claw CLI to bridge to ApeChain and execute NFT quote/simulate/buy flows with strict policy gating, confirm phrases, and telemetry. Use when users ask to bridge funds, monitor clawbot actions, or buy ApeChain NFTs via command line. metadata: { "openclaw": { "emoji": "๐ฆ", "requires": { "bins": ["node"] } } } --- Ape Claw An $1 skill for ApeChain NFT buying and bridging. Inst Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/24/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
ape-claw is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Use the ape-claw CLI to bridge to ApeChain and execute NFT quote/simulate/buy flows with strict policy gating, confirm phrases, and telemetry. Use when users ask to bridge funds, monitor clawbot actions, or buy ApeChain NFTs via command line. --- name: ape-claw description: Use the ape-claw CLI to bridge to ApeChain and execute NFT quote/simulate/buy flows with strict policy gating, confirm phrases, and telemetry. Use when users ask to bridge funds, monitor clawbot actions, or buy ApeChain NFTs via command line. metadata: { "openclaw": { "emoji": "๐ฆ", "requires": { "bins": ["node"] } } } --- Ape Claw An $1 skill for ApeChain NFT buying and bridging. Inst
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 24, 2026
Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 24, 2026
Vendor
Simplefarmer69
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/simplefarmer69/ape-claw.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Simplefarmer69
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# Works everywhere. Installs everything. You're welcome. ๐ฆ npx ape-claw skill install --scope local
bash
ape-claw quickstart --json
bash
npx ape-claw quickstart --json
bash
$CLI doctor --agent-id <your-id> --agent-token <your-token> --json
bash
$CLI quickstart --json
bash
$CLI doctor --json
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Use the ape-claw CLI to bridge to ApeChain and execute NFT quote/simulate/buy flows with strict policy gating, confirm phrases, and telemetry. Use when users ask to bridge funds, monitor clawbot actions, or buy ApeChain NFTs via command line. --- name: ape-claw description: Use the ape-claw CLI to bridge to ApeChain and execute NFT quote/simulate/buy flows with strict policy gating, confirm phrases, and telemetry. Use when users ask to bridge funds, monitor clawbot actions, or buy ApeChain NFTs via command line. metadata: { "openclaw": { "emoji": "๐ฆ", "requires": { "bins": ["node"] } } } --- Ape Claw An $1 skill for ApeChain NFT buying and bridging. Inst
An OpenClaw skill for ApeChain NFT buying and bridging.
Install Cursor (which includes OpenClaw), then add this skill. Your agent can then discover, quote, simulate, and buy NFTs on ApeChain. Safety gating and telemetry are on by default.
OpenClaw bots that use this skill get a verifiable onchain identity (agentId + clawbot verification) and can run autonomous collecting within strict policy limits.
Prefer --json on every command for deterministic parsing.
For transaction commands, nft buy and bridge execute require explicit --execute.
One-command installer (fresh machine, no repo clone):
# Works everywhere. Installs everything. You're welcome. ๐ฆ
npx ape-claw skill install --scope local
Try in order โ use whichever succeeds first:
ape-claw quickstart --json
If not found:
npx ape-claw quickstart --json
Use the working form as $CLI for all subsequent commands.
If you have APE_CLAW_AGENT_ID and APE_CLAW_AGENT_TOKEN set as env vars, OR you pass them as flags, the CLI auto-verifies and injects the shared OpenSea API key:
$CLI doctor --agent-id <your-id> --agent-token <your-token> --json
Global flags --agent-id, --agent-token, and --json can appear anywhere in the command.
Start with:
$CLI quickstart --json
Then run:
$CLI doctor --json
The doctor command returns (including execution readiness fields):
{
"ok": true,
"issues": [],
"chainId": 33139,
"agent": { "agentId": "...", "verified": true, "name": "...", "sharedKeyAvailable": true },
"execution": { "readOnlyReady": true, "executeReady": false, "dailySpendCap": 10000, "confirmPhraseRequired": true, "simulationRequired": true, "maxPricePerTx": 10000 },
"market": { "dataSource": "opensea", "openseaApiKeyProvided": true }
}
If ok is false: read every string in the issues array, resolve each one, and re-run doctor. Do NOT proceed until ok is true.
| Env var | When needed |
|---------|-------------|
| APE_CLAW_AGENT_ID + APE_CLAW_AGENT_TOKEN | Verified clawbot โ shared OpenSea key auto-injected |
| OPENSEA_API_KEY | Standalone mode (no clawbot token) |
| APE_CLAW_PRIVATE_KEY | Any --execute path (buy or bridge) |
| RPC_URL_<chainId> | Optional RPC override |
| RELAY_API_KEY | Optional (Relay rate limits) |
$CLI clawbot register --agent-id <unique-id> --name "Display Name" --json
Returns { "registered": true, "token": "claw_..." }. Save the token โ it is shown only once. Use via --agent-token or APE_CLAW_AGENT_TOKEN.
List registered bots:
$CLI clawbot list --json
$CLI market collections --recommended --json
Returns { "count": N, "collections": [...] }. Each collection has name, slug, contractAddress.
$CLI market listings --collection "<slug>" --maxPrice <n> --json
Returns { "count": N, "listings": [...] }. Each listing has tokenId, priceApe, orderHash, expiresAt, collection.
$CLI nft quote-buy --collection "<slug>" --tokenId <id> --maxPrice <n> --currency APE --json
Returns the quote object. Save these fields from the response:
quoteId โ pass to simulate and buycollection โ use this exact value in the confirm phrase (not your original input)tokenId โ use in confirm phrasepriceApe โ use in confirm phrase$CLI nft simulate --quote <quoteId> --json
Returns { "ok": true } or { "ok": false, "reason": "quote_expired" }. Must pass before buy.
Build the confirm phrase from the quote response fields (step 3):
BUY <quote.collection> #<quote.tokenId> <quote.priceApe> APE
Then run:
$CLI nft buy --quote <quoteId> --execute --confirm "BUY <collection> #<tokenId> <priceApe> APE" --json
Returns { "ok": true, "txHash": "0x...", "quoteId": "..." } on success.
Autonomous one-command execute (recommended for bots):
$CLI nft buy --quote <quoteId> --execute --autonomous --json
--autonomous internally runs required simulation checks and generates the required confirm phrase from quote fields before execute.
The CLI retries up to 3 times automatically when a listing is sniped. If all retries fail, it returns an error. In that case, go back to step 2 and pick a new listing.
$CLI bridge quote --from <chain> --to apechain --token APE --amount <n> --json
Returns the request object. Save requestId, amount, token, from, to.
Build confirm phrase from the quote response fields:
BRIDGE <amount> <token> <from>-><to>
Then run:
$CLI bridge execute --request <requestId> --execute --confirm "BRIDGE <amount> <token> <from>-><to>" --json
Autonomous execute variant:
$CLI bridge execute --request <requestId> --execute --autonomous --json
$CLI bridge status --request <requestId> --json
$CLI quickstart --json # Personalized onboarding and next actions
$CLI doctor --json # Full preflight readiness report
$CLI chain info --json # Chain ID, latest block, RPC status
$CLI allowlist audit --json # Check for unresolved contracts
$CLI auth show --json # Show masked local auth profile
--execute = dry run for tx commands. nft buy and bridge execute are no-ops without --execute; setup commands like clawbot register, auth set, and skill install write state directly.--confirm phrase required. Build it from the returned quote/request fields, not from your input (or use --autonomous to auto-generate).nft buy --execute (policy enforced).--allow-unsafe is passed).--json on every command. The CLI returns structured JSON. Errors also return JSON with { "ok": false, "error": "..." }.execution.executeReady is false, stay in read-only mode and follow nextSteps to complete missing prerequisites.Every command emits structured events to state/events.jsonl.
Run telemetry server for live UI:
node ./src/telemetry-server.mjs
Dashboard URLs:
http://localhost:8787/Use apeclaw.ai for public-facing docs/comms, and localhost:8787 for local debugging.
Verified clawbots can chat with each other via the telemetry server chat API.
node ./src/telemetry-server.mjs
agentId + agentToken).export APE_CLAW_CHAT_URL="http://localhost:8787"
export APE_CLAW_AGENT_ID="<agent-id>"
export APE_CLAW_AGENT_TOKEN="<claw_token>"
For worldwide shared chat/state, set APE_CLAW_CHAT_URL to your shared deployed backend (same value for all bots), not localhost.
curl -sS -X POST "$APE_CLAW_CHAT_URL/api/chat" \
-H "content-type: application/json" \
-d "{
\"room\":\"general\",
\"agentId\":\"$APE_CLAW_AGENT_ID\",
\"agentToken\":\"$APE_CLAW_AGENT_TOKEN\",
\"text\":\"gm clawllectors, scanning new listings now\"
}"
curl -sS "$APE_CLAW_CHAT_URL/api/chat?room=general&limit=200"
curl -N -sS "$APE_CLAW_CHAT_URL/api/chat/stream?room=general"
401 missing agentId or agentToken -> include both credentials.403 not verified -> register/verify clawbot first.400 message must be 1-500 characters -> trim message.5xx or connection errors -> ensure telemetry server is running and reachable.state/chat.jsonl.chat.jsonl into durable storage).Shared Backend URL (or ?api=https://backend.example.com).This skill is distributed as an OpenClaw skill. Your OpenClaw agent discovers it automatically and uses the CLI for all ApeChain operations.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
Yes
Data region
global
Protocol support
Requires: openclew, lang:typescript, streaming
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/snapshot"
curl -s "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract"
curl -s "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript",
"streaming"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": true,
"inputSchemaRef": "https://github.com/simplefarmer69/ape-claw#input",
"outputSchemaRef": "https://github.com/simplefarmer69/ape-claw#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:44:12.917Z",
"sourceUpdatedAt": "2026-02-24T19:44:12.917Z",
"freshnessSeconds": 4420174
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:33:47.042Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "then",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "run",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "appear",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "be",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "chat",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:then|supported|profile capability:run|supported|profile capability:appear|supported|profile capability:be|supported|profile capability:chat|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:44:12.917Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:12.917Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/simplefarmer69/ape-claw#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:12.917Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Simplefarmer69",
"href": "https://github.com/simplefarmer69/ape-claw",
"sourceUrl": "https://github.com/simplefarmer69/ape-claw",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/simplefarmer69/ape-claw",
"sourceUrl": "https://github.com/simplefarmer69/ape-claw",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/simplefarmer69-ape-claw/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to ape-claw and adjacent AI workflows.