Open
Conversation
Include a Claude Code skill at .agents/skills/polymarket-cli/ with a SKILL.md and full command reference so AI agents can operate the CLI on behalf of users. Mention the skill in the README.
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
.agents/skills/polymarket-cli/with aSKILL.mdand a full command reference (references/commands.md)Test plan
SKILL.mdfront matter parses correctly (valid YAML)references/commands.mdcovers all commands from the READMENote
Low Risk
Documentation-only additions (AI skill docs + README mention) with no runtime or security-sensitive code changes.
Overview
Adds a new agent-oriented documentation bundle at
.agents/skills/polymarket-cli/, includingSKILL.mdguidance on safe wallet/key handling, confirmations for trading/on-chain actions, and recommended CLI usage patterns.Introduces
references/commands.mdas a consolidated polymarket-cli command/flag reference and updates the README with a new Agentic AI Skill section pointing users to the skill directory.Written by Cursor Bugbot for commit b3eef54. This will update automatically on new commits. Configure here.