Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计异常

ide-im我的想法

Agent Skill

ide-im 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

367

周安装

15

GitHub Stars

公开资料未说明

下载量

118
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ide-im(我的想法)
来源仓库:https://github.com/chovizzz/ide-im-skill
仓库路径:skills/ide-im
安装命令:
npx skills add https://github.com/chovizzz/ide-im-skill --skill ide-im
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/chovizzz/ide-im-skill --skill ide-im

简介

ide-im 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于个人开发项目或小型团队的项目管理与协作场景。
  • 可自动提取 Issue 描述、PR 变更内容和提交历史,辅助生成进度报告或更新日志。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • ide-im 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Ide-IM-Skill

You are managing the Ide-IM-Skill bridge (IM → AI 桥接,可在 Cursor 内启动与管理). User data path is controlled by CTI_HOME (default ~/.ide-im/). 配哪个就用哪个路径。

The skill directory (SKILL_DIR) is the directory containing this SKILL.md. Resolve it by: Glob for **/Ide-IM-Skill/SKILL.md or **/ide-im-skill/SKILL.md and use the parent of the file's directory.

Command parsing

Parse the user's intent into one of these subcommands:

User says (examples)Subcommand
setup, configure, 配置, 我想在飞书上用 Cursor, 帮我连接 Telegramsetup
start, start bridge, 启动, 启动桥接start
stop, stop bridge, 停止, 停止桥接stop
status, bridge status, 状态, 运行状态status
logs, logs 200, 查看日志logs
reconfigure, 修改配置, 帮我改一下 tokenreconfigure
doctor, diagnose, 诊断, 挂了, 没反应了, 出问题了doctor

Disambiguation: status vs doctor — Use status for "is it running?". Use doctor when the user reports a problem.

Extract optional numeric argument for logs (default 50).

Before asking for platform credentials, read SKILL_DIR/references/setup-guides.md and present the relevant guide to the user.

Installation

Install via skills.sh (no git clone needed):

npx skills add chovizzz/Ide-IM-Skill

Dependencies are auto-installed on first start — no manual npm install required.

Runtime detection (Cursor vs others)

  • Cursor — You are in Cursor. AskUserQuestion may be available for interactive setup. SKILL_DIR is the folder containing this SKILL.md (e.g. Ide-IM-Skill or ide-im-skill).
  • No AskUserQuestion — Show SKILL_DIR/config.env.example and instruct the user to create $CTI_HOME/config.env (default ~/.ide-im/config.env) manually.

Config check (for start, stop, status, logs, reconfigure, doctor)

If config.env does NOT exist (under CTI_HOME, default ~/.ide-im):

  • With AskUserQuestion: start the setup wizard.
  • Without: show SKILL_DIR/config.env.example and ask the user to create the file; do not start the daemon.

If it exists, proceed with the requested subcommand.

Subcommands

setup

Run an interactive setup wizard when AskUserQuestion is available. Otherwise show SKILL_DIR/config.env.example with field-by-field explanations.

When interactive, collect one field at a time, confirm each value (mask secrets to last 4 chars).

Step 1 — Choose channels

Ask which channels to enable: telegram, discord, feishu, qq (comma-separated). Briefly:

  • telegram — Personal use, streaming, inline permission buttons.
  • discord — Team use, server/channel access control.
  • feishu (Lark) — Feishu/Lark teams, event-based.
  • qq — QQ C2C only, text /perm for permissions.

Step 2 — Collect tokens per channel

For each enabled channel, use SKILL_DIR/references/setup-guides.md. Collect:

  • Telegram: Bot Token → Chat ID → Allowed User IDs (optional). At least Chat ID or Allowed Users required.
  • Discord: Bot Token → Allowed User IDs → Allowed Channel IDs / Guild IDs (optional). At least one of Allowed Users or Allowed Channels required.

- Important: In the Discord Developer Portal → Bot → Privileged Gateway Intents, enable MESSAGE CONTENT INTENT. Without it, guild messages have empty content and will be silently dropped. - Require Mention (CTI_DISCORD_REQUIRE_MENTION): set true to only respond when the bot is @mentioned in guild channels (default false). - Group Policy (CTI_DISCORD_GROUP_POLICY): open (default, respond to guild messages) or disabled (completely ignore guild messages).

  • Feishu: App ID → App Secret → Domain (optional) → Allowed User IDs (optional). Guide through permissions, bot, events (long connection), publish.

- Require Mention (CTI_FEISHU_REQUIRE_MENTION): default true for Feishu — group messages need @mention; set false to respond to all messages. - Group Policy (CTI_FEISHU_GROUP_POLICY): open (default) or disabled (ignore all group messages).

  • QQ: App ID → App Secret → Allowed User OpenIDs (optional) → Image Enabled / Max Image Size (optional). Remind: C2C only, no inline buttons.

Step 3 — General settings

  • Runtime: claude, codex, auto, or cursor

- claude — Claude Code CLI + Claude Agent SDK - codex — OpenAI Codex SDK - auto — Try Claude first, fall back to Codex - cursor — Use Cursor CLI (agent); install: curl https://cursor.com/install -fsS | bash

Step 3a — CLI check & auto-install (immediately after runtime selection)

After the user picks a runtime, check whether the required CLI exists and auto-install if missing.

RuntimeCLI to checkDetectionInstall command
claudeclaudewhich claude (macOS/Linux) / where claude (Windows). Prefer native 2.x (run claude --version; if < 2 or npm-based, warn).`curl -fsSL https://claude.ai/install.sh \sh (macOS/Linux) or irm https://claude.ai/install.ps1 \iex` (Windows)
codexcodexwhich codex / where codexnpm install -g @openai/codex
cursoragent or cursorwhich agent / which cursor / check ~/.cursor/bin/agent, ~/.local/bin/agent`curl -fsSL https://cursor.com/install \sh (macOS/Linux) or irm https://cursor.com/install.ps1 \iex` (Windows)
autocheck both claude and codexsee aboveinstall whichever is missing

Flow (use SKILL_DIR/scripts/check-cli.sh):

  1. Run: bash "SKILL_DIR/scripts/check-cli.sh" <runtime> — outputs found: /path (version: x) or not_found.
  2. If found → show path and version, proceed.
  3. If NOT found → tell the user the CLI is missing and ask "是否自动安装?(Y/n)".

- If yes → run: bash "SKILL_DIR/scripts/check-cli.sh" <runtime> --install — attempts install then re-checks. - If no → show manual install instructions and continue (the daemon will fail at start if CLI is still missing).

  1. For auto: the script checks both claude and codex; at least one must succeed.
  • Working Directory:

- If CTI_DEFAULT_WORKDIR is set in config.env,始终优先使用它。 - 如果未设置: - Runtime = cursor 时,默认 ~/.workspace(每个 Cursor 工程共享的全局工作区目录)。 - 其它 runtime(claude / codex / auto)保持上游行为:使用当前进程的工作目录 $CWD

  • Identity/Memory 目录(SOUL.md、AGENTS.md、MEMORY.md 等):

- 若设置 CTI_IDENTITY_DIR 则使用该路径。 - Runtime = cursor 且未设置时,默认使用 ~/.workspace;首次启动会从 templates/identity-default/ 自动填充。会话出生时会在 system prompt 里写明「Workspace (identity root): <路径>」,和 OpenClaw 一样让 agent 知道工作区在哪。 - 其它 runtime 未设置时,使用各会话的 working directory 作为 identity root。

  • Model (optional): leave blank to use runtime default
  • Mode: code, plan, ask

Step 3b — Workspace & identity initialisation (auto, immediately after CLI check)

After CLI is verified, automatically create workspace directories and seed identity templates.

Run: bash "SKILL_DIR/scripts/init-workspace.sh" <runtime>

This creates:

  1. CTI_HOME dirs (~/.ide-im/{data,logs,runtime,data/messages})
  2. Working directory (~/.workspace for cursor, $CWD for others)
  3. Identity directory (cursor only: ~/.workspace/ + memory/) — seeds OpenClaw templates (AGENTS.md, SOUL.md, IDENTITY.md, USER.md, TOOLS.md, MEMORY.md) from templates/identity-default/ if not already present

If the user set custom CTI_DEFAULT_WORKDIR or CTI_IDENTITY_DIR, pass them: bash "SKILL_DIR/scripts/init-workspace.sh" <runtime> --work-dir <path> --identity-dir <path>

After init, remind the user they can personalise USER.md and MEMORY.md in the identity directory.

Long session memory + Discord streaming (optional)

  • CTI_MEMORY_COMPRESS_AFTER_MESSAGES (default 24): when the bridge has stored this many messages for a channel session, it runs a background summarization into MEMORY.md under the identity dir, then truncates stored messages to CTI_MEMORY_KEEP_AFTER_COMPRESS (default 4). The next user turn still sees long-term facts via the normal MEMORY.md injection in system prompt. Set to 0 to disable.
  • CTI_DISCORD_STREAM_ENABLED (default true): Discord streams partial replies while the model runs. Set false if you ever see duplicate final messages.

Step 4 — Write config and validate

  1. Summary table (secrets masked).
  2. Confirm, then: mkdir -p "$CTI_HOME"/{data,logs,runtime,data/messages} (CTI_HOME 未设时用 ~/.ide-im)
  3. Write $CTI_HOME/config.env (KEY=VALUE).
  4. chmod 600 $CTI_HOME/config.env
  5. Validate tokens per SKILL_DIR/references/token-validation.md
  6. On success: "Setup complete! Run ide-im start (or say «启动桥接») to start the bridge."

start

Ensure config.env exists under CTI_HOME. Then:

bash "SKILL_DIR/scripts/daemon.sh" start

On failure, suggest ide-im doctor and ide-im logs.

stop

bash "SKILL_DIR/scripts/daemon.sh" stop

status

bash "SKILL_DIR/scripts/daemon.sh" status

logs

Optional line count N (default 50): bash "SKILL_DIR/scripts/daemon.sh" logs N

reconfigure

  1. Read config from CTI_HOME/config.env, show table (secrets masked).
  2. Ask what to change, update config atomically (tmp + rename).
  3. Re-validate changed tokens.
  4. Remind: "Run ide-im stop then ide-im start to apply."

doctor

bash "SKILL_DIR/scripts/doctor.sh"

Suggest fixes; for details see SKILL_DIR/references/troubleshooting.md.

Notes

  • Mask secrets (last 4 chars only) in all output.
  • Always check config.env exists before starting the daemon.
  • Config path: CTI_HOME/config.env(未设 CTI_HOME 时为 ~/.ide-im/config.env)。配哪个就用哪个。

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

40.5%
按下载量换算48

Claude

29.31%
按下载量换算35

Cursor

17.92%
按下载量换算21

Gemini CLI

8.78%
按下载量换算10

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills