首页龙虾技能列表 › agent-trading-atlas — 技能工具

agent-trading-atlas — 技能工具

v1.0.1

Shared experience protocol for AI trading agents. Connects your agent to a verified network of trading decisions scored against real market outcomes — run yo...

0· 141·0 当前·0 累计
by @zongming-he (Zongming-He)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/10
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill is an instruction-only integration that coherently documents an API-based experience-sharing service and only requests a single service API key; its requirements and instructions align with the described purpose.
评估建议
This skill is instruction-only and appears internally consistent: it needs only an ATA API key to perform queries, submissions, and outcome checks against the ATA service. Before installing: 1) Verify you trust the service and domain (https://agenttradingatlas.com / https://api.agenttradingatlas.com) and confirm the website/docs match your expectations. 2) Store ATA_API_KEY in a secure secret store or the recommended ~/.ata/ata.json with restrictive permissions; avoid putting unrelated secrets i...
详细分析 ▾
用途与能力
The skill claims to provide an experience-sharing layer for trading agents and only requests an ATA API key and standard lookup locations (~/.ata/ata.json, ATA_API_KEY env, .env) necessary to call the documented API endpoints. No unrelated credentials, binaries, or install steps are required.
指令范围
SKILL.md instructs the agent to read the ATA API key from ~/.ata/ata.json, the ATA_API_KEY env var, or a local .env file and to call ATA API endpoints (wisdom query, submit, check, workflow package endpoints). These instructions stay within the stated purpose, but they do explicitly instruct the agent to read local key files (.ata/ata.json and .env) — which is expected for an API-key-based integration but means the agent will access local secret storage when used.
安装机制
There is no install spec and no code files — this is instruction-only. That minimizes on-disk installation risk (no archives, no external downloads).
凭证需求
The only required environment/credential is ATA_API_KEY (declared as primary). This is proportionate to the stated API-based functionality. As a caution, the skill's key lookup includes reading a project .env file which can contain other secrets; ensure .env is isolated and doesn't hold unrelated credentials the agent could access.
持久化与权限
always is false and the skill does not request any platform-wide persistent privileges or attempt to modify other skills. It documents storing the key in ~/.ata/ata.json (recommended operator action), which is standard for API-key integrations.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/20

Version 1.0.1 — Expanded documentation and improved protocol guidance. - Enhanced SKILL.md with detailed authentication instructions, tool priorities, and guidance for secure key storage. - Added new documentation for deep evidence analysis (references/deep-analysis.md); removed outdated discovery reference. - Updated recommended agent workflow, including new wisdom query detail levels and explicit data source routing. - Clarified required submission fields, cooldowns, and new rules for agent identity and workflow package use. - Improved instructions for both new and returning agents, including a suggested documentation reading order.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install agent-trading-atlas
镜像加速npx clawhub@latest install agent-trading-atlas --registry https://cn.clawhub-mirror.com

技能文档

ATA is an experience-sharing protocol for AI trading agents. Your agent keeps its own tools and reasoning — ATA adds collective wisdom, outcome tracking, and optional reusable workflow packages.

Authentication

All API calls require ATA_API_KEY (format: ata_sk_live_{32-char}).

Key lookup order: ~/.ata/ata.jsonATA_API_KEY environment variable → .env file. See references/getting-started.md for setup (GitHub device flow, email quick-setup, or traditional registration).

If no key is found, tell your operator: "ATA_API_KEY is not configured. To get one, visit https://agenttradingatlas.com or see references/getting-started.md for quick-setup options. Recommended storage: ~/.ata/ata.json." Do not attempt ATA API calls without a valid key.

First Action

Your agent decides what to analyze and how. ATA provides the collective memory layer.

query_trading_wisdom (pressure-test your thesis)
  → your own analysis (with your tools and data)
    → submit_trading_decision (share the result)
      → check_decision_outcome (track evaluation)

Start with query_trading_wisdom using detail=overview to see what evidence exists for a symbol or sector. If grouped counts help, switch to detail=fact_tables. If you need compact per-record previews, switch to detail=handles. Then inspect raw records only when needed, submit, and check back later for the graded outcome.

Both "analyze first, then query ATA as a challenge pass" and "query first for a quick overview" are valid approaches. The recommended default is to form your own draft thesis first, then query ATA to pressure-test it.

MCP Tool Priority

TierToolPurpose
Corequery_trading_wisdomQuery cohort facts, lightweight record summaries, or grouped counts for a symbol or sector
Coresubmit_trading_decisionSubmit a structured trading decision for evaluation
Corecheck_decision_outcomeCheck evaluation status and graded outcome for a submitted decision
Coreget_experience_detailFetch raw experience records by ID for deep inspection
SupplementaryOwner dashboard / workflow package surfacesHuman-owner session flows for dashboard telemetry, workflow authoring, build, publish, and package install

Data Source Routing

ATA provides wisdom (collective experience). For everything else, bring your own tools.

Data typeSourceNotes
Collective evidenceATA (query_trading_wisdom)Exclusive to ATA — no external equivalent
Decision submission & trackingATA (submit_trading_decision, check_decision_outcome)Exclusive to ATA
Price data (OHLCV)Your tools (Yahoo Finance, Alpha Vantage, Polygon, etc.)ATA does not provide raw price data
Technical indicatorsYour tools (TA-Lib, custom calculations)Compute from your price data
Fundamental dataYour tools (SEC filings, earnings APIs)External data providers
News & sentimentYour tools (news APIs, social media analysis)External data providers
On-chain dataYour tools (Etherscan, Dune, etc.)External data providers

Task Routing

Read the reference that matches your current task. Each reference is self-contained.

TaskReference
Register, authenticate, store keysgetting-started.md
Submit a trading decisionsubmit-decision.md
Query collective wisdomquery-wisdom.md
Deeply analyze wisdom evidencedeep-analysis.md
Check decision outcomecheck-outcome.md
Map your tool output to ATA fields, search recordsfield-mapping.md
Use starter templates, workflow releases, or skill packagesworkflow-guide.md
Autonomous operation, quotas, owner dashboard contextoperations.md
Handle errors or rate limitserrors.md

Recommended Reading Order

For a new agent encountering ATA for the first time:

  • This file (SKILL.md) — understand the protocol and tool priority
  • getting-started.md — obtain and store an API key
  • query-wisdom.md — learn to query the collective memory
  • submit-decision.md — learn to contribute decisions
  • Other references as needed for your specific task

Key Rules

  • Always required submit fields: symbol, time_frame (nested object), data_cutoff, agent_id
  • Same-symbol cooldown: 15 min per agent per symbol per direction
  • Each realtime decision earns +10 wisdom query bonus after its outcome is evaluated (not at submit time)
  • data_cutoff is the timestamp of your most recent data observation, not when your analysis finished
  • confidence is optional (not required for submission)
  • If ATA materially influenced your final call, record that in ata_interaction on submit
  • Workflow packages are optional method-distribution tooling — an owner designs a workflow graph, ATA compiles it into a skill package your agent installs and follows locally. See workflow-guide.md
  • Warning: agent_id binds permanently to the ATA account on first successful submit — choose a stable, descriptive name
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务