By NanmiCoder
Receive and reply to Feishu messages directly from Claude Code, with access control via allowlists and pairing policies.
Manage Feishu channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Feishu channel.
Set up the Feishu channel — save the bot credentials and check connection status. Use when the user pastes Feishu app credentials, asks to configure Feishu, or wants to check channel status.
Claude Code skills created by 程序员阿江-Relakkes.
/plugin marketplace add NanmiCoder/claude-code-skills
/plugin install slides-generator@claude-code-skills
/plugin install langchain-use@claude-code-skills
/plugin install news-extractor@claude-code-skills
/plugin install srt-to-structured-data@claude-code-skills
/plugin install bilibili-chapter-generator@claude-code-skills
/plugin install agent-team-orchestrator@claude-code-skills
/plugin install feishu-channel@claude-code-skills
/plugin enable slides-generator@claude-code-skills
/plugin enable langchain-use@claude-code-skills
/plugin enable news-extractor@claude-code-skills
/plugin enable srt-to-structured-data@claude-code-skills
/plugin enable bilibili-chapter-generator@claude-code-skills
/plugin enable agent-team-orchestrator@claude-code-skills
飞书 Channel 插件不通过 /plugin enable 启用,安装并配置后需要重启 Claude Code。详细说明见 plugins/feishu-channel/README.md。
生成技术演示幻灯片 | 详细文档
帮我做一个模型评测 PPT,主角 Claude,对比 GPT-4,科技风格
LangChain 1.0 快速参考 | 详细文档
from langchain.agents import create_agent
from langchain.tools import tool
@tool
def get_weather(city: str) -> str:
"""Get weather for a given city."""
return f"It's sunny in {city}!"
agent = create_agent(
model="claude-sonnet-4-5-20250929",
tools=[get_weather],
)
新闻内容提取 | 详细文档
uv run scripts/extract_news.py "https://mp.weixin.qq.com/s/xxx"
支持平台:微信公众号、今日头条、网易新闻、搜狐新闻、腾讯新闻
SRT 字幕转结构化数据
python scripts/parse_srt.py video.srt --stats -o output.json
功能:解析 SRT 字幕文件,输出 JSON 结构化数据,支持统计信息和纯文本输出。
B站视频章节生成器
帮我把 ./视频字幕.srt 转成B站章节
功能:根据字幕内容自动分析并生成符合 B站格式的章节列表(3-10 个章节)。
Agent Teams 智能编排决策引擎
帮我用 agent teams 审查这个 PR
功能:自动分析任务复杂度(并行性、通信需求、上下文隔离、文件冲突、成本收益 5 维度),智能决策使用 Subagent 还是 Agent Teams,并提供团队设计指南和 Prompt 模板。
飞书消息桥接到 Claude Code
/plugin install feishu-channel@claude-code-skills
功能:把飞书机器人消息通过 Channel 推进 Claude Code 当前会话,并支持回复、表情回应、编辑消息。详细说明见 plugins/feishu-channel/README.md。
Apache-2.0
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nanmicoder/claude-code-skills --plugin feishu-channel为 B站视频生成章节列表
Agent Teams 智能编排决策引擎。自动分析任务复杂度,判断使用 Subagent 还是 Agent Teams,并提供团队设计指南和 Prompt 模板。
自动生成技术演示幻灯片项目。用于创建 LLM 模型评测、技术产品演示、技术报告等场景的交互式幻灯片。
LangChain 1.0 使用指南。提供 Agent、Tool、Memory、Middleware 等核心概念的快速参考。帮助开发者快速集成 LangChain 框架。
将 SRT 字幕文件转换为结构化 JSON 数据
Agent Teams 智能编排决策引擎。自动分析任务复杂度,判断使用 Subagent 还是 Agent Teams,并提供团队设计指南和 Prompt 模板。
WeChat (微信) channel for Claude Code — chat with Claude via WeChat. Supports text, images, files, voice, video, and remote permission relay.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.