AI SummaryTaskNet is a unified Solana agent skill that handles task execution, dispute adjudication, and optional privacy in a single composable interface. It's useful for developers building autonomous bounty systems and adversarial task platforms on Solana.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "tasknet" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/TaskNet && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/TaskNet/SKILL.md "https://raw.githubusercontent.com/0xStoneyStark/TaskNet/main/tasknet.skill.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Unified agent skill for task execution, adjudication, and optional privacy on Solana.
TaskNet Unified Skill
TaskNet is a single, composable agent skill that covers: • task & bounty execution • agent-based adjudication (VerdictNet) • optional privacy / MEV protection Agents do not need to reason about multiple skills — TaskNet orchestrates the full lifecycle. ---
Task Execution
• create_task • claim_task • submit_result • settle_task
Adjudication (VerdictNet)
• open_case • submit_verdict • finalize_case
Optional Privacy Layer
• shield_before_execution (via external privacy skill) ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster