飞书远程
DeepSeek Harness agent
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。
📱 DSH Feishu Remote
Control your DeepSeek Harness agent from Feishu / Lark on your phone. Send a task by DM — get the result back in chat.
✨ What it does
- 📨 Feishu → Agent: DM your Feishu bot a task, a headless DSH agent runs it, and the result comes back to the chat.
- 📤 Agent → Feishu: the model gets a
feishu_sendtool to push results/notifications to any user or chat. - 🤖 Long connection: uses
lark-cli's WebSocket event bus — no public webhook server needed, works on localhost/LAN. - 🔒 Secure: reuses
lark-cli's OS-keychain credential storage and permission system.
🚀 Install
0. Prerequisites
- A Feishu/Lark self-built app with the Bot ability enabled, event subscription
im.message.receive_v1(long-connection mode), and permissionsim:message,im:message:send_as_bot,im:message.p2p_msg:readonly,im:chat:read,im:resource— all configured in the Feishu developer console. lark-cliinstalled & authenticated once:
npm i -g @larksuite/cli
lark-cli config init # paste your App ID / Secret
lark-cli auth login --recommend # scan QR to authorize
1. Install the plugin
dsh plugin --profile demo add github:ShiXiangYu2/dsh-feishu-remote
2. Configure
export LARK_HOME="$HOME" # where lark-cli config lives
export LARK_SEND_AS=bot # bot (default) or user
dsh --profile demo
3. Use it
DM your Feishu bot: 帮我总结一下 ~/projects 的 README — the agent runs and replies in Feishu.
🛠 Tools
| Tool | Description |
|---|---|
feishu_send | Model-facing: send a message to a Feishu user (ou_) or chat (oc_). |
🔌 How it works
Feishu DM ──► lark-cli event consume (WebSocket long-connection)
│
▼
DSH agent session (agents.create)
│ agent.send(task) → whenIdle()
▼
result text ──► lark-cli im +messages-send ──► Feishu chat
⚠️ Notes
- The full agent task wiring uses DSH's headless agent API (
agents.create+agent.send); requires thedsh-agent-loopprovider to be loaded (it is in the default profile). - Long tasks: the plugin currently awaits
whenIdle(); very long runs may exceed Feishu's message size — replies are truncated to the final text block. - See the Feishu developer console for app setup details (abilities, permissions, event subscription, version release).
📄 License
MIT
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
出所の追跡可能性
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
ライセンス
GitHub メタデータにライセンスが検出されませんでした。
メンテナンス活動
過去180日以内にコードの更新があります。
インストールエビデンス
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
インストールライフサイクルスクリプト
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。
注意点
missing-license