Agent skill
yoink
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/yoink
SKILL.md
Yoink - Capture the Flag on Base
Play Yoink, an onchain capture-the-flag game on Base. Yoink the flag from the current holder to start your clock.
Contract
0x4bBFD120d9f352A0BEd7a014bd67913a2007a878 on Base (chain ID 8453)
Game Rules
- Yoink the flag - Call
yoink()to take the flag - Cooldown - 10 minutes (600 seconds) between yoinks
- No self-yoink - You cannot yoink from yourself
- Accumulate time - While holding the flag, your time score increases
- Trophy - Player with most yoinks holds the trophy
Commands
Status
/yoink status Current flag holder and game stats
/yoink score <address> Get player score
/yoink leaderboard Top yoinkers
Play
/yoink Yoink the flag!
/yoink cooldown Check your cooldown status
Examples
/yoink status
/yoink score 0x1234...
/yoink
Setup
export PRIVATE_KEY="0x..." # For yoinking
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?