Loading...
Loading...
Compare original and translation side by side
undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedbun run ct-search.ts search "<query>" [flags]| Flag | Description | Default |
|---|---|---|
| 20 tweets, 1hr cache, ~$0.10 | Default mode |
| Up to 100 tweets, 15min cache, ~$0.50 | Confirm cost first |
| Max total tweets | 20 (quick), 100 (full) |
| | |
| | |
| Engagement filter | 3 (quick) |
| Restrict to specific accounts | — |
| Show extracted tickers | — |
| Show contract addresses and crypto URLs | — |
| JSON output | — |
bun run ct-search.ts search "<query>" [flags]| 标记 | 描述 | 默认值 |
|---|---|---|
| 20条推文,1小时缓存,约0.10美元 | 默认模式 |
| 最多100条推文,15分钟缓存,约0.50美元 | 需先确认成本 |
| 推文总数上限 | 20(快速模式),100(完整模式) |
| 排序字段: | |
| 时间范围: | |
| 互动量过滤器 | 3(快速模式) |
| 限制为特定账号 | — |
| 显示提取的代币代码 | — |
| 显示合约地址和加密货币URL | — |
| 输出JSON格式 | — |
bun run ct-search.ts trending [flags]| Flag | Description | Default |
|---|---|---|
| | |
| Minimum mention count | 3 |
| Solana ecosystem only | — |
| Top N results | 20 |
bun run ct-search.ts trending [flags]| 标记 | 描述 | 默认值 |
|---|---|---|
| 时间窗口: | |
| 最低提及次数 | 3 |
| 仅覆盖Solana生态 | — |
| 显示前N个结果 | 20 |
bun run ct-search.ts watchlist [flags]| Flag | Description | Default |
|---|---|---|
| Filter by category | all |
| Time window | |
bun run ct-search.ts watchlist [flags]| 标记 | 描述 | 默认值 |
|---|---|---|
| 按类别过滤 | all |
| 时间窗口 | |
bun run ct-search.ts read <tweet_url_or_id> [--thread] [--raw]bun run ct-search.ts read <tweet_url_or_id> [--thread] [--raw]bun run ct-search.ts thread <tweet_id>bun run ct-search.ts thread <tweet_id>bun run ct-search.ts cost [--reset]bun run ct-search.ts cost [--reset]1 / (1 + hoursAgo / 24)TweetRank = AuthorCred × EngagementQuality × RecencyBoost[WATCHLIST][HIGH-CRED][UNKNOWN][SUSPICIOUS]1 / (1 + hoursAgo / 24)TweetRank = AuthorCred × 互动质量 × 时效性增益[WATCHLIST][HIGH-CRED][UNKNOWN][SUSPICIOUS]| Signal | Example | Confidence |
|---|---|---|
| Cashtag | | High |
| Name-phrase | "pendle" + crypto context | High/Medium |
| Crypto URL | pump.fun, dexscreener, birdeye, jup.ag | High |
| Contract Address | Base58 (Solana) / 0x (Ethereum) with context | High/Low |
| 信号类型 | 示例 | 可信度 |
|---|---|---|
| 现金标签 | | 高 |
| 名称短语 | "pendle" + 加密货币上下文 | 高/中 |
| 加密货币URL | pump.fun, dexscreener, birdeye, jup.ag | 高 |
| 合约地址 | Base58(Solana)/ 0x(Ethereum)+ 上下文 | 高/低 |
-is:retweet-"airdrop"-"giveaway"-"whitelist"-"follow and RT"-"follow & RT"-"free mint"-"dm to claim"-is:reply-is:retweet-"airdrop"-"giveaway"-"whitelist"-"follow and RT"-"follow & RT"-"free mint"-"dm to claim"-is:reply| Cache Type | TTL | Use Case |
|---|---|---|
| Quick search | 1 hour | Default searches |
| Full search | 15 minutes | Deep dives |
| Thread | 2 hours | Conversation threads |
| Profile | 24 hours | User lookups |
| Watchlist | 4 hours | Account monitoring |
| 缓存类型 | 过期时间 | 使用场景 |
|---|---|---|
| 快速搜索 | 1小时 | 默认搜索 |
| 完整搜索 | 15分钟 | 深度研究 |
| 对话线程 | 2小时 | 对话线程 |
| 账号资料 | 24小时 | 用户查询 |
| 关注列表 | 4小时 | 账号监控 |
$TICKER$TICKER--quickbun run ct-search.ts search "$TOKEN alpha" --quick --extract-tickers--quickbun run ct-search.ts search "$TOKEN alpha" --quick --extract-tickersbun run ct-search.ts thread <id>--from author1,author2--fullbun run ct-search.ts thread <id>--from author1,author2--full| Operator | Example | Description |
|---|---|---|
| keyword | | Both words |
| | Exact phrase |
| | Either term |
| | Exclude term |
| | Tweets by user |
| | Tweets with URLs |
| | Language filter |
| | Cashtag |
min_faves:Nmin_retweets:N--min-likesplace:bio:sample:| 运算符 | 示例 | 描述 |
|---|---|---|
| 关键词 | | 包含两个词 |
| | 精确匹配短语 |
| | 包含任一术语 |
| | 排除该术语 |
| | 特定用户的推文 |
| | 包含URL的推文 |
| | 语言过滤 |
| | 现金标签 |
min_faves:Nmin_retweets:N--min-likesplace:bio:sample:| Tool Prefix | Use Case | Example |
|---|---|---|
| TVL, yields, fees, prices | |
| Exchange price, depth, trades | |
| Prediction markets | |
| Token data, market charts | |
| 工具前缀 | 使用场景 | 示例 |
|---|---|---|
| TVL、收益、手续费、价格 | |
| 交易所价格、深度、交易 | |
| 预测市场 | |
| 代币数据、市场图表 | |
--quick--limit--full--quick--limit--full--fromhas:linkscost--fromhas:linkscost~/.config/env/global.env~/.config/env/global.envct-alpha/
├── SKILL.md # This file — agent instructions
├── ct-search.ts # Main CLI entry point
├── setup.ts # Interactive setup script
├── install.ts # Full installer
├── lib/
│ ├── api.ts # X API v2 integration, pagination, caching
│ ├── extract.ts # Multi-signal token extraction
│ ├── tweetrank.ts # TweetRank scoring and raid detection
│ ├── format.ts # Output formatting with trust labels
│ ├── cache.ts # File-based caching layer
│ ├── cost.ts # API cost tracking
│ └── filters.ts # Noise filtering, engagement filtering
├── resources/
│ ├── x-api.md # X API v2 reference
│ ├── query-templates.md # Pre-built search patterns
│ └── tool-discovery.md # Dynamic tool suggestion map
├── data/
│ ├── known-tokens.json # Token name → ticker mappings
│ └── watchlist.default.json # Default watchlist categories
└── examples/
└── basic-search.ts # Quick start examplect-alpha/
├── SKILL.md # 本文档 — 代理指令
├── ct-search.ts # 主CLI入口
├── setup.ts # 交互式设置脚本
├── install.ts # 完整安装程序
├── lib/
│ ├── api.ts # X API v2集成、分页、缓存
│ ├── extract.ts # 多信号代币提取
│ ├── tweetrank.ts # TweetRank评分和拉盘检测
│ ├── format.ts # 带信任标签的输出格式化
│ ├── cache.ts # 基于文件的缓存层
│ ├── cost.ts # API成本追踪
│ └── filters.ts # 噪音过滤、互动过滤
├── resources/
│ ├── x-api.md # X API v2参考
│ ├── query-templates.md # 预构建搜索模式
│ └── tool-discovery.md # 动态工具推荐映射
├── data/
│ ├── known-tokens.json # 代币名称→代码映射
│ └── watchlist.default.json # 默认关注列表类别
└── examples/
└── basic-search.ts # 快速开始示例