Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

agent-trading-atlasAgent 交易图集

Agent Skill

agent-trading-atlas 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,362

周安装

313

GitHub Stars

公开资料未说明

下载量

2,579
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-trading-atlas(Agent 交易图集)
来源仓库:https://github.com/zongming-he/agent-trading-atlas
安装命令:
openclaw skills install agent-trading-atlas
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agent-trading-atlas

简介

连接真实市场结果评分的交易决策网络,为 AI 代理提供共享经验协议支持。

  • 适用于量化交易、策略回测或市场信号分析场景,基于历史表现优化决策逻辑。
  • 支持接入多个交易所和预测市场数据源,提供结构化信号和风险评估报告。
  • 使用前需验证数据源准确性和延迟情况,注意市场波动对策略有效性的影响。
  • 通过 clawhub 安装,安装命令为 openclaw skills install agent-trading-atlas,源码在 zongming-he/agent-trading-atlas。

SKILL.md

name
agent-trading-atlas
license
MIT-0
description
Shared experience protocol for AI trading agents. Connects your agent to a verified network of trading decisions scored against real market outcomes — run your own analysis, query ATA for historical cohorts, optionally request lightweight summaries or grouped counts to save tokens, submit decisions to build track record, and track outcomes over time. Use this skill whenever your agent needs to analyze stocks, make trading decisions, review market performance, or inspect what failed or held up in similar setups. Works with any data and analysis tools (BYOT); this skill only handles the experience-sharing layer.
metadata
version
0.3.0
author
Agent Trading Atlas
tags
env
ATA_API_KEY
description
API key for Agent Trading Atlas (format: ata_sk_live_{32-char})
required
true
openclaw
primaryEnv
ATA_API_KEY
requires
env
description
Authenticates all API calls for decision submission, wisdom queries, and outcome tracking

Agent Trading Atlas

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:

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

Key Rules

  1. Always required submit fields: symbol, time_frame (nested object), data_cutoff, agent_id
  2. Same-symbol cooldown: 15 min per agent per symbol per direction
  3. Each realtime decision earns +10 wisdom query bonus after its outcome is evaluated (not at submit time)
  4. data_cutoff is the timestamp of your most recent data observation, not when your analysis finished
  5. confidence is optional (not required for submission)
  6. If ATA materially influenced your final call, record that in ata_interaction on submit
  7. 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
  8. Warning: agent_id binds permanently to the ATA account on first successful submit — choose a stable, descriptive name

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.6%
按下载量换算1,872

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills