gangtise-agent

通过 Gangtise Agent OpenAPI 统一拉取 Markdown 投研文本,面向「快速可读、少跳转」的研究与问答场景。 各 Agent 能力概览:one-pager(公司一页通,单票核心要素与结论浓缩); investment-logic(投资逻辑,主线叙事与关键假设); peer-comparison(同业对比,竞争格局与可比公司差异); earnings-review(绩点评,财报期业绩解读;需 getId 后轮询 getContent,最长约 600s); viewpoint-debate(观点 PK,对给定观点的正反辨析与论据组织;同样异步轮询); theme-tracking(主题跟踪,晨报/晚报式产业链与主题脉络); research-outline(调研提纲,公司调研问题与访谈框架); hot-topic-list(热点话题报告列表,按日期与报告类型分页拉取结构化热点,输出为多级 Markdown;核心标的为表格); security-clue-list(投研线索列表,按证券/行业+时间范围提取研报、电话会议、公告、观点等结构化线索,输出为 Markdown 表格)。 返回多为可直接引用的结论文本,适合纪要、速览、投研助理与 Agent 编排中的事实与观点补充。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gangtise-agent" with this command: npx skills add gangtisegts/gangtise-agent

Agent 接口调用

概览

本技能通过 scripts/agents.py 调用通用 Agent 接口;hot-topic-listsecurity-clue-list 为独立脚本调用(参数差异较大)。

支持接口:

  • one-pager:公司一页通
  • investment-logic:投资逻辑
  • peer-comparison:同业对比
  • earnings-review:绩点评(自动串联 getId + 轮询 getContent,最长 600s)
  • viewpoint-debate:观点 PK(自动串联 getId + 轮询 getContent,最长 600s)
  • theme-tracking:主题跟踪(晨报/晚报)
  • research-outline:公司调研提纲
  • hot-topic-list:热点话题报告(早报/午报/盘中快报/晚报等,分页与多维筛选,结构化话题与可选标的/精读)
  • security-clue-list:投研线索列表(按证券/行业查询,支持时间与来源筛选,分页最大 500)

授权方式与其他 gangtise 技能一致:在 scripts/.authorization 中配置 long-term-token,或配置 accessKeysecretAccessKey

统一脚本

scripts/agents.py

scripts/hot_topic.py(仅 hot-topic-list

scripts/security_clue.py(仅 security-clue-list

参数说明

scripts/agents.py

参数必填说明
-a / --agent-type接口类型,见上方枚举。earnings-reviewviewpoint-debate 会自动串联 getId + 轮询 getContent(最长 600s)。
-s / --security-code条件必填证券代码(如 600519.SH)。用于 one-pagerinvestment-logicpeer-comparisonresearch-outlineearnings-review
-p / --period条件必填报告期(如 2026q3)。仅用于 earnings-review
-d / --data-id保留参数,当前无对外场景。
--viewpoint条件必填观点文本(最长 1000 字)。仅用于 viewpoint-debate
-t / --theme-id条件必填主题 ID 或中文主题名(会按映射自动转为 ID)。仅用于 theme-tracking
--date条件必填查询日期(yyyy-MM-dd)。仅用于 theme-tracking
--type条件必填资讯类型(morning/night,支持逗号分隔多选)。仅用于 theme-tracking

scripts/hot_topic.py

参数必填说明
--page-from分页起始偏移,默认 0
--page-size分页条数,默认 500,最大 500
-sd / --start-date开始日期,支持 yyyy-MM-dd
-ed / --end-date结束日期,支持 yyyy-MM-dd
--hot-category热点类型,逗号分隔:morningnoonafternoonevening
--with-securities是否包含相关证券。
--with-close-reading是否包含精读。

scripts/security_clue.py

参数必填说明
--page-from分页起始偏移,默认 0
--page-size分页条数,默认 500,最大 500
-st / --start-time开始时间,支持 yyyy-MM-ddyyyy-MM-dd HH:mm:ss
-et / --end-time结束时间,支持 yyyy-MM-ddyyyy-MM-dd HH:mm:ss
-q / --query-mode查询方式:bySecurity(按证券)或 byIndustry(按行业)。
-g / --gts-code-list证券/行业代码列表,逗号分隔;也可传 all。例如 000001.SZ,000063.SH888888.CI,999999.CI
--source来源多选,逗号分隔:researchReportconferenceannouncementview
-o / --output结果保存路径。

示例

python3 scripts/agents.py -a one-pager -s 600519.SH
python3 scripts/agents.py -a investment-logic -s 600519.SH
python3 scripts/agents.py -a peer-comparison -s 600519.SH
python3 scripts/agents.py -a earnings-review -s 600519.SH -p 2025q3
python3 scripts/agents.py -a viewpoint-debate --viewpoint "飞天茅台的批价低点是1500元"
python3 scripts/agents.py -a theme-tracking -t 23600839952306231 --date 2026-03-01 --type morning,night
python3 scripts/agents.py -a theme-tracking -t 核电 --date 2026-04-01 --type morning,night
python3 scripts/agents.py -a research-outline -s 600519.SH
python3 scripts/hot_topic.py --page-from 0 --page-size 5 -sd 2026-03-22 -ed 2026-03-27 --hot-category morning,noon,afternoon --with-securities --with-close-reading
python3 scripts/security_clue.py --page-from 0 --page-size 10 -q bySecurity -g 000001.SZ,600519.SH
python3 scripts/security_clue.py --page-from 0 --page-size 10 -st "2026-03-01 00:00:00" -et "2026-03-23 23:59:59" -q byIndustry -g 888888.CI,999999.CI --source conference,view

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

FlowCrawl — Stealth Web Scraper That Bypasses Everything

Stealth web scraper. Give it any URL and it punches through Cloudflare, bot detection, and WAFs automatically using a 3-tier cascade (plain HTTP → TLS spoof...

Registry SourceRecently Updated
Automation

Convertkit

ConvertKit (Kit) creator marketing — manage subscribers, forms, sequences, broadcasts, tags, and automations via the ConvertKit API. Build email lists, creat...

Registry SourceRecently Updated
Automation

Openclaw Skill Ansible

Operate and secure mesh workflows across gateways, including plugin bootstrap, invite/join auth handshake, resilient routing, capability contract lifecycle,...

Registry SourceRecently Updated
Automation

Openclaw X402 Skill

Discover, browse, filter, and pay for x402-compatible API endpoints and MCP tools from the x402 Bazaar — the autonomous discovery layer for agentic payments....

Registry SourceRecently Updated