feat: update tempo skill to canonical CLI-based SKILL.md#1
Open
feat: update tempo skill to canonical CLI-based SKILL.md#1
Conversation
Replace the old docs-MCP-based skill with the canonical tempo.xyz/SKILL.md that uses the tempo CLI (wallet, request) for service discovery and automatic payment handling. Remove mcp.json since the new skill doesn't use MCP servers. Co-authored-by: zhygis <5236121+Zygimantass@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019cf9ff-bfff-76ff-aa5d-3a68d1fb48fd
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Replace the old docs-MCP-based tempo skill with the canonical
tempo.xyz/SKILL.md— the unified Tempo CLI skill.Changes
skills/tempo/SKILL.md— replaced with content fromhttps://tempo.xyz/SKILL.md(tempo CLI: wallet, request, service discovery, auto-payments)skills/tempo/mcp.json— removed (new skill uses CLI, not MCP)README.md— updated description and examples to match new skillContext
Per discussion in #product-machine-payments-protocol:
tempo-requestandtempo-wallet/SKILL.mdare going away in favor of one canonical Tempo skill attempo.xyz/SKILL.md. This PR bringsnpx skills add tempoxyz/agent-skillsin line with that.Prompted by: zygis