Skip to main content
Execute qualquer Skill no Manus
com um clique
toon-protocol
Perfil de criador do GitHub

toon-protocol

Visão por repositório de 58 skills coletadas em 2 repositórios do GitHub.

skills coletadas
58
repositórios
2
atualizado
2026-06-15
explorador de repositórios

Repositórios e skills representativas

townhouse-operator
Administradores de redes e sistemas de computador

Operate a TOON Protocol Townhouse (the apex + town/mill/dvm nodes) from a Claude agent via the townhouse_* MCP tools. Covers lifecycle ("start/ boot my townhouse apex", "shut down my nodes", townhouse_init/up/up_status/ down/status, direct vs hidden-service transport), node provisioning ("add or remove a town/mill/dvm node", townhouse_add_node/remove_node/list_nodes), fee tuning ("set my relay fee", townhouse_set_node_fees, feePerEvent/ feeBasisPoints/feePerJob/kindPricing), settlement chains (townhouse_chains, townhouse_transport), earnings & money ("how much has my node earned?", "withdraw my earnings", "what are my balances?", townhouse_earnings/balances/ withdraw/credits/seed), and observability ("are my nodes healthy?", "show node logs/metrics", "what channels are open?", townhouse_health/logs/metrics/ channels/version). Use whenever the user wants to run, configure, monitor, or take earnings from a Townhouse operator node through the townhouse_* tools.

2026-06-15
toon-client
Desenvolvedores de software

Act as a TOON Protocol client from a Claude agent (Desktop or Code) via the toon-* MCP tools backed by the toon-clientd daemon. Covers pay-to-write publishing ("how do I publish to TOON?", "how do I post a note on TOON?", toon_publish, paid write, payment-channel claim, balance proof, ILP/BTP), free reads ("how do I read from TOON?", "how do I subscribe to a TOON relay?", toon_subscribe, toon_read, NIP-01 filter, event buffer, cursor), channel and balance management ("how do I open a payment channel?", "how do I check my channel nonce/balance?", toon_open_channel, toon_channels, nonce watermark), mill swaps ("how do I swap tokens on TOON?", toon_swap, multi-chain swap), client status/identity ("am I connected to TOON?", "what is my TOON address?", toon_status, toon_identity, bootstrapping), and threshold/off-chain settlement semantics ("how does paying per write work on TOON?", "why is reading free?"). Use whenever the user wants to publish, read, pay, or swap on the TOON network through the toon-* tools.

2026-06-13
townhouse-live-e2e
Desenvolvedores de software

Run the full operator+client live-infra exercise against a local townhouse hidden-service (HS). Use when the user wants to "run the townhouse live e2e", "stand up an HS and pay packets to town/dvm/mill", "do the operator and client agent demo", "exercise all three node types over the .anon", "upload an image to the dvm and verify the Arweave txId", or "/townhouse-live-e2e". Orchestrates two background agents — an OPERATOR that adopts-or-stands-up the apex + town/dvm/mill against local Docker chains and funds wallets, and a CLIENT that uses @toon-protocol/client over the apex .anon SOCKS5h address to pay a kind:1 publish to town, a kind:5094 hero-image blob upload to the dvm, and an EVM→Solana streamSwap to the mill — then files GitHub issues for findings and dispatches worktree-isolated fixer PRs. Bakes in the hard-won gotchas (RAM ceiling/adopt-don't-rebuild, sub-agents can't spawn sub-agents, dvm destination g.townhouse via localDelivery, MockUSDC 18-decimal, mill claim-issuance-layer caveat, prettier glob

2026-06-03
akash-deploy
Administradores de redes e sistemas de computador

Deploy and manage applications on Akash Network's decentralized cloud using the provider-services CLI. Use when the user asks about: (1) deploying on Akash ('deploy on Akash', 'deploy to decentralized cloud', 'Akash deployment'), (2) writing SDL manifests ('create SDL', 'Akash deployment file', 'deploy.yaml for Akash'), (3) Akash CLI operations ('install provider-services', 'Akash CLI', 'check deployment status', 'view Akash logs', 'close deployment'), (4) Akash cost/pricing ('how much does Akash cost', 'Akash pricing', 'choose Akash provider'), (5) Akash advanced features ('persistent storage on Akash', 'GPU deployment Akash', 'Akash AuthZ', 'IP leases'), (6) Akash troubleshooting ('no bids on Akash', 'deployment failed', 'escrow overdraw').

2026-04-09
skill-eval-framework
Analistas de garantia de qualidade de software e testadores

Evaluate, validate, and benchmark TOON Claude Agent Skills using the skill-creator methodology extended with TOON compliance checks. Use when asked to evaluate a TOON skill ("evaluate this TOON skill", "run evals on this skill", "validate this skill"), check TOON compliance ("check TOON compliance", "is this skill TOON-compliant?", "run compliance checks"), benchmark skill performance ("benchmark this skill", "what's the pass rate?", "run skill benchmarks"), run batch validation across all skills ("validate all skills", "run batch validation", "aggregate compliance report"), grade skill output ("grade this skill's output", "produce grading results"), check if a skill is ready for publication ("is this skill ready?", "publication readiness check"), or run with/without testing to measure skill value-add ("compare with and without skill", "measure skill effectiveness").

2026-04-08
git-collaboration
Desenvolvedores de software

Decentralized git collaboration on Nostr and TOON Protocol using NIP-34. Covers repository announcements ("how do I announce a repo on Nostr?", kind:30617), patches ("how do I submit a patch?", kind:1617, git format-patch), pull requests ("how do I open a PR on TOON?", kind:1618), issues ("how do I open an issue?", kind:1621), comments ("how do I comment on a PR?", kind:1622), status events ("how do I merge a PR?", kind:1630-1633), and Arweave blob storage (kind:5094). Helps with git workflow decisions ("should I submit a patch or a PR?", "what is the cost of submitting a patch?"). Implements NIP-34 on TOON's ILP-gated network where patches cost per-byte.

2026-03-28
git-objects
Desenvolvedores de software

Git object binary format reference for TOON Protocol. Covers blob format ("how do I create a git blob?", "blob header format", blob size null-byte content), tree format ("how do I construct a git tree?", "tree entry format", mode name sha1, sorted entries), commit format ("how do I build a git commit object?", "commit header format", tree parent author committer message), SHA-1 computation ("how is a git SHA-1 computed?", "git object hash", "content-addressed storage", SHA-1 of header plus content), Nostr pubkey to git author mapping ("how do I map a Nostr pubkey to a git author?", "hex pubkey author format"), and git object construction for Arweave upload ("how do I prepare git objects for kind:5094?", "git objects on Arweave", "content-addressed git storage"). This is a REFERENCE skill -- git objects are uploaded to Arweave via kind:5094 DVM requests (see git-collaboration skill).

2026-03-28
git-workflows
Desenvolvedores de software

Step-by-step end-to-end git workflow examples on TOON Protocol. Covers complete workflows for creating a repository ("how do I create a repo on TOON end-to-end?", "complete git workflow", kind:30617 + kind:30618 + kind:5094), submitting a patch ("step-by-step git on TOON", "git workflow example", kind:1617, git format-patch, patch submission workflow), merging a patch ("how do I merge a patch end-to-end?", kind:1631 status + kind:30618 state update), and fetching a file from Arweave ("how do I fetch a git file from Arweave?", "resolve SHA via GraphQL", Arweave gateway download). Each workflow includes all publishEvent() calls with TOON fee calculations. Combines NIP-34 events, git object binary format, and Arweave upload/resolution into complete recipes.

2026-03-28
Mostrando as 8 principais de 38 skills coletadas neste repositório.
elizaos-plugin-generator
Desenvolvedores de software

Generate complete, production-ready ElizaOS plugins from natural language descriptions. Creates full plugin scaffolding with Actions, Providers, Services, Evaluators, Events, Routes, and Model Handlers following ElizaOS conventions. Use when users ask to "create an ElizaOS plugin", "build a plugin for ElizaOS", "generate an ElizaOS agent plugin", "scaffold an elizaos plugin", or any request involving ElizaOS/Eliza plugin development, plugin architecture, or agent plugin creation.

2026-02-09
rfc-0001-interledger-architecture
Desenvolvedores de software

Expert knowledge of Interledger RFC 0001 - Architecture specification. Use when users ask about Interledger architecture, protocol layers, payment routing, ledger abstraction, or overall system design. Triggers on questions about "how Interledger works", "ILP architecture", "protocol stack", or architectural concepts.

2025-12-26
rfc-0009-simple-payment-setup-protocol
Analistas financeiros e de investimentos

Expert knowledge of Interledger RFC 0009 - Simple Payment Setup Protocol (SPSP). Use when users ask about SPSP, payment setup, payment pointers, HTTPS-based payment initialization, or receiver information exchange. Triggers on 'SPSP', 'payment setup', 'how to start a payment', or payment initialization questions.

2025-12-26
rfc-0015-ilp-addresses
Desenvolvedores de software

Expert knowledge of Interledger RFC 0015 - ILP Addresses specification. Use when users ask about ILP address format, address allocation, ledger/account addressing, address validation, or hierarchical addressing schemes. Triggers on 'ILP address', 'address format', 'address validation', or addressing questions.

2025-12-26
rfc-0018-connector-risk-mitigations
Analistas de segurança da informação

Expert knowledge of Interledger RFC 0018 - Connector Risk Mitigations. Use when users ask about connector security, risk management, rate limiting, liquidity controls, or connector protection strategies. Triggers on 'connector risk', 'connector security', 'risk mitigation', or security best practices.

2025-12-26
rfc-0019-glossary
Desenvolvedores de software

Expert knowledge of Interledger RFC 0019 - Glossary of terms. Use when users ask about Interledger terminology, definitions, concepts, or need clarification on protocol-specific terms. Triggers on 'what is', 'define', 'terminology', or when unclear terms are used.

2025-12-26
rfc-0022-hashed-timelock-agreements
Desenvolvedores de software

Expert knowledge of Interledger RFC 0022 - Hashed Timelock Agreements. Use when users ask about HTLCs, conditional payments, cryptographic escrow, time-locked transactions, or multi-hop payment security. Triggers on 'HTLC', 'hashed timelock', 'conditional payment', or escrow mechanisms.

2025-12-26
rfc-0023-bilateral-transfer-protocol
Desenvolvedores de software

Expert knowledge of Interledger RFC 0023 - Bilateral Transfer Protocol. Use when users ask about bilateral transfers, peer-to-peer payments, direct settlement, or two-party payment protocols. Triggers on 'bilateral transfer', 'peer-to-peer payment', 'direct settlement', or bilateral relationship questions.

2025-12-26
Mostrando as 8 principais de 20 skills coletadas neste repositório.
Mostrando 2 de 2 repositórios
Todos os repositórios foram exibidos