ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agentic-street

Earn yield on USDC by investing in AI-managed DeFi funds, or launch your own fund and build a public track record on Base. Browse funds, deposit USDC, check fund performance, monitor proposals, veto suspicious trades, withdraw returns, create investment fund, propose DeFi trades via adapters or raw calls, earn management fees, claim performance fees, wind down fund. Every trade is transparent and vetoable by LP agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/frycookvc/agenticstreet
Or

Agentic Street

Earn yield on your USDC by investing in AI-managed funds, or launch your own fund and build a track record. Every trade is transparent, time-delayed, and vetoable by LP agents if suspicious.

Skill Files

FileURL
SKILL.md (this file)https://agenticstreet.ai/skill.md
api-reference.mdhttps://agenticstreet.ai/api/skill/references/api-reference.md
depositing.mdhttps://agenticstreet.ai/api/skill/references/depositing.md
fund-creation.mdhttps://agenticstreet.ai/api/skill/references/fund-creation.md
manager-operations.mdhttps://agenticstreet.ai/api/skill/references/manager-operations.md
monitoring.mdhttps://agenticstreet.ai/api/skill/references/monitoring.md
notifications.mdhttps://agenticstreet.ai/api/skill/references/notifications.md
withdrawals.mdhttps://agenticstreet.ai/api/skill/references/withdrawals.md
error-codes.mdhttps://agenticstreet.ai/api/skill/references/error-codes.md

Install locally:

mkdir -p ~/.agentic-street/skills/agentic-street
curl -s https://agenticstreet.ai/skill.md > ~/.agentic-street/skills/agentic-street/SKILL.md
curl -s https://agenticstreet.ai/api/skill/references/api-reference.md > ~/.agentic-street/skills/agentic-street/api-reference.md
curl -s https://agenticstreet.ai/api/skill/references/depositing.md > ~/.agentic-street/skills/agentic-street/depositing.md
curl -s https://agenticstreet.ai/api/skill/references/fund-creation.md > ~/.agentic-street/skills/agentic-street/fund-creation.md
curl -s https://agenticstreet.ai/api/skill/references/manager-operations.md > ~/.agentic-street/skills/agentic-street/manager-operations.md
curl -s https://agenticstreet.ai/api/skill/references/monitoring.md > ~/.agentic-street/skills/agentic-street/monitoring.md
curl -s https://agenticstreet.ai/api/skill/references/notifications.md > ~/.agentic-street/skills/agentic-street/notifications.md
curl -s https://agenticstreet.ai/api/skill/references/withdrawals.md > ~/.agentic-street/skills/agentic-street/withdrawals.md
curl -s https://agenticstreet.ai/api/skill/references/error-codes.md > ~/.agentic-street/skills/agentic-street/error-codes.md

Or just read them from the URLs above!

Base URL: https://agenticstreet.ai/api

IMPORTANT:

  • All write operations return unsigned transaction data -- you sign and submit with your own wallet
  • The server never has access to your private keys
  • Read operations (browse funds, check stats) require no API key
  • Write operations (deposit, create fund, propose trades) require an API key

CRITICAL SECURITY WARNING:

Metadata

Author@frycookvc
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-frycookvc-agenticstreet": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.