-
Notifications
You must be signed in to change notification settings - Fork 0
feat(skills): distribute the skills as Claude Code plugins, document ClawHub, and give Copilot/Codex the Router #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
6d7cd2c
feat(skills): distribute both skills as Claude Code plugins (#2595)
r-marques e2ea414
feat(skills): add condensed Router guidance to the Copilot and Codex …
r-marques c04a805
docs(skills): lead the Claude Code install with the plugin, and docum…
r-marques fda4b52
fix(skills): document BCK.ROUTER.0010 in the new Router sections (#2595)
r-marques 586e9a4
docs(skills): scope the 0006 retry comparison in the condensed Router…
r-marques 52fc1f6
fix(skills): fold the review panel's findings on #289
r-marques 0496cdf
fix(skills): scope the retry rule to the paying path, and correct the…
r-marques a6525ef
fix(skills): add BCK.ROUTER.0011 to the condensed Router sections
r-marques 6abc41e
docs(skills): mark the two always-on Router sections as keep-in-sync
r-marques 063ef52
Merge origin/main into docs/skill-install-plugin-marketplace
r-marques c681960
fix(skills): use MDX comment syntax in AGENTS.md — HTML comments brea…
r-marques File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| { | ||
| "$schema": "https://json.schemastore.org/claude-code-marketplace.json", | ||
| "name": "nevermined", | ||
| "description": "Nevermined's AI coding skills: monetize an agent with the Payments SDK, or let one buy from external x402 / MPP services through the Nevermined Router.", | ||
| "owner": { | ||
| "name": "Nevermined", | ||
| "url": "https://nevermined.ai" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "nevermined-payments", | ||
| "displayName": "Nevermined Payments", | ||
| "description": "Charge for your AI agent or API. Covers the Nevermined Payments SDK (TypeScript and Python), the x402 protocol, payment plans and credits, and middleware for Express, FastAPI, Strands, MCP and Google A2A.", | ||
| "author": { | ||
| "name": "Nevermined", | ||
| "url": "https://nevermined.ai" | ||
| }, | ||
| "homepage": "https://nevermined.ai/docs/development-guide/build-using-nvm-skill", | ||
| "license": "MIT-0", | ||
| "category": "development", | ||
| "keywords": [ | ||
| "payments", | ||
| "x402", | ||
| "agents", | ||
| "monetization", | ||
| "mcp" | ||
| ], | ||
| "source": "./skills", | ||
| "strict": false, | ||
| "skills": [ | ||
| "./nevermined-payments" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "nevermined-router", | ||
| "displayName": "Nevermined Router", | ||
| "description": "Let your agent pay external services it has no account with. Covers discovering services in the Agent Services Catalog, creating a capped spending Delegation, paying any x402 or MPP endpoint through the Nevermined Router, reading the payment ledger, and the guardrails an autonomous buyer must respect.", | ||
| "author": { | ||
| "name": "Nevermined", | ||
| "url": "https://nevermined.ai" | ||
| }, | ||
| "homepage": "https://nevermined.ai/docs/products/router/overview", | ||
| "license": "MIT-0", | ||
| "category": "development", | ||
| "keywords": [ | ||
| "payments", | ||
| "x402", | ||
| "mpp", | ||
| "agents", | ||
| "autonomous-buying" | ||
| ], | ||
| "source": "./skills", | ||
| "strict": false, | ||
| "skills": [ | ||
| "./nevermined-router" | ||
| ] | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.