xint
X Intelligence CLI:面向 X/Twitter 的搜索、监控、分析与互动命令行工具,基于 TypeScript 与 Bun,适用于 AI Agent 技能集成。
命令行工具
社交媒体监测
舆情分析
X平台
TypeScript
Bun
AI代理
OSINT
⭐ 74⬇️ 0🏷️ main📦 2
xint-main.zip
268.0 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:xint-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .changeset │ ├── README.md │ └── config.json ├── .github │ ├── PULL_REQUEST_TEMPLATE │ │ └── pull_request_template.md │ ├── release-drafter │ │ └── config.yml │ ├── workflows │ │ ├── capability-contract.yml │ │ ├── ci.yml │ │ ├── guardrails-audit.yml │ │ ├── mcp-nightly-regression.yml │ │ ├── release-drafter.yml │ │ └── release-parity.yml │ ├── CODEOWNERS │ ├── ISSUE_TEMPLATE.md │ └── release.yml ├── data │ ├── cache │ │ └── .gitkeep │ ├── exports │ │ └── .gitkeep │ ├── snapshots │ │ └── .gitkeep │ ├── .gitkeep │ └── watchlist.example.json ├── lib │ ├── CLAUDE.md │ ├── action_result.ts │ ├── actions.test.ts │ ├── actions.ts │ ├── analytics.ts │ ├── api.ts │ ├── article.test.ts │ ├── article.ts │ ├── billing.ts │ ├── bookmark_kb.ts │ ├── bookmarks.ts │ ├── cache.test.ts │ ├── cache.ts │ ├── capabilities.test.ts │ ├── capabilities.ts │ ├── collections.ts │ ├── completions.ts │ ├── content_audit.ts │ ├── costs.test.ts │ ├── costs.ts │ ├── engage.ts │ ├── engagement.ts │ ├── errors.ts │ ├── followers.ts │ ├── format.test.ts │ ├── format.ts │ ├── grok.ts │ ├── growth.ts │ ├── health.ts │ ├── lists.test.ts │ ├── lists.ts │ ├── mcp-envelope-contract.test.ts │ ├── mcp-package-contract.test.ts │ ├── mcp.ts │ ├── mcp_dispatcher.test.ts │ ├── mcp_dispatcher.ts │ ├── media.test.ts │ ├── media.ts │ ├── moderation.test.ts │ ├── moderation.ts │ ├── oauth.ts │ ├── output-meta.ts │ ├── package_api_server.ts │ ├── reliability.test.ts │ ├── reliability.ts │ ├── report.ts │ ├── reposts.ts │ ├── sentiment.ts │ ├── stream.test.ts │ ├── stream.ts │ ├── timeline.ts │ ├── timing.ts │ ├── top.ts │ ├── trends.ts │ ├── tui.test.ts │ ├── tui.ts │ ├── tui_adapter.test.ts │ ├── tui_adapter.ts │ ├── users.ts │ ├── watch.ts │ ├── webhook-security.test.ts │ ├── webhook-security.ts │ └── x_search.ts ├── references │ ├── CLAUDE.md │ └── x-api.md ├── reports │ └── security │ └── 2026-02-21-scan-delta-2026.2.20.2-vs-2026.2.19-3.md ├── scripts │ ├── .gitignore │ ├── apply-branch-protection.sh │ ├── apply-repo-rulesets.sh │ ├── audit-guardrails.sh │ ├── check-capability-contract.mjs │ ├── check-release-version-parity.mjs │ ├── release.sh │ ├── xai_collections.py │ └── xai_x_search_scan.py ├── .env.example ├── .gitignore ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SKILL.md ├── bun.lock ├── install.sh ├── package-lock.json ├── package.json ├── tsconfig.json ├── tsconfig.typecheck.json ├── tui-theme.tokens.example.json └── xint.ts
元数据
Slug: xint
作者: 0xNyk
协议: MIT
包大小: 268.0 KB
SHA256: 220fa555f562d5561ecfbca04bf413606b5e05e5aa14b2f01408649508b14f70