agentic-street

agentic-street is a skill for Claude Code, Codex from LeoYeAI/openclaw-master-skills. It costs 91 tokens per session (4,558 once invoked), scanned A, original, MIT.

A platform for investing USDC in AI-managed DeFi funds or creating a fund that proposes trades on the Base blockchain. DeFi means financial services run through blockchain-based applications.

In plain words
What is it for?
Use it to browse funds, deposit or withdraw USDC, check performance, monitor proposals, veto suspicious trades, create funds, and propose DeFi trades.
Why use it?
It gives users a way to deposit, monitor, and withdraw funds while trades remain transparent, delayed, and subject to vetoes.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to browse funds, deposit or withdraw USDC, check performance, monitor proposals, veto suspicious trades, create funds, and propose DeFi trades.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/agenticstreet
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,139 stars · on GitHub · myclaw.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeoYeAI/openclaw-master-skills --skill agenticstreet
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentic-street

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/agenticstreet/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/agenticstreet)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/agenticstreet"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/agenticstreet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agentic-street

Your own site · 80×15
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/agenticstreet"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/agenticstreet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 8 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 151
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 13
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Rogue Agent · line 95
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Agent Snooping · line 96
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Data Exfiltration · line 96
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 230
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium MCP Rug Pull · line 301
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Data Exfiltration · line 349
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.04558
Opus 5 $0.00046 $0.02279
Sonnet 5 $0.00018 $0.00912
Haiku 4.5 $0.00009 $0.00456

Measured 7d ago against content hash 117fcab13238, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agentic-street scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/ast-browse.sh, scripts/ast-deposit.sh, scripts/ast-mcporter-status.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

compatibility: Requires curl, jq, internet access, and AST_API_KEY env var for write operations
skills/agenticstreet/SKILL.md · 426 lines

How it starts

The opening of the file, as written. The whole thing — 426 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

File URL
SKILL.md (this file) https://agenticstreet.ai/skill.md
api-reference.md https://agenticstreet.ai/api/skill/references/api-reference.md
depositing.md https://agenticstreet.ai/api/skill/references/depositing.md
fund-creation.md https://agenticstreet.ai/api/skill/references/fund-creation.md
manager-operations.md https://agenticstreet.ai/api/skill/references/manager-operations.md
monitoring.md https://agenticstreet.ai/api/skill/references/monitoring.md
notifications.md https://agenticstreet.ai/api/skill/references/notifications.md
withdrawals.md https://agenticstreet.ai/api/skill/references/withdrawals.md
error-codes.md https://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

Read the full file on GitHub · 426 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 426 lines · 91 tokens per session scan A 117fcab13238

Subscribe to this mod's changes

agentic-street is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,139 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 4,558 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

polymarket-copytrading

Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.

SpartanLabsXyz/simmer-sdk · 48 tokens

polymarket-weather-trader

Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's weather trading approach. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run weather-based strategies.

SpartanLabsXyz/simmer-sdk · 65 tokens

nansen-copytrader-overlay

Rank Polymarket copytrading leaders using Nansen as a data layer — pnl-by-market for the target market is the primary signal, address-summary/pnl-by-address is a secondary, credit-guarded refinement. Includes an experimental (dry-run only) live insider scan. Use when Simmer needs to re-rank or filter a leader list…

SpartanLabsXyz/simmer-sdk · 92 tokens

polymarket-btc-up-down-trader

Trade Polymarket BTC daily and weekly UP/DOWN markets with empirically-anchored exit discipline. Enters on CEX momentum divergence; exits automatically on time cap, volume spike, or target capture. Use when the user wants to trade BTC direction markets (hours/days duration), not fast 5-minute markets.

SpartanLabsXyz/simmer-sdk · 75 tokens

polymarket-elon-tweets

Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.

SpartanLabsXyz/simmer-sdk · 70 tokens

polymarket-fast-loop

Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when user wants to trade sprint/fast markets, automate short-term crypto trading, or use CEX momentum as a Polymarket signal.

SpartanLabsXyz/simmer-sdk · 71 tokens