用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/halojerry/poundingcore --skill getnote-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Ozon 上架工具。当用户发送 1688 链接时直接上架,发送 Ozon 链接时直接跟卖。 当用户说"帮我找蓝海产品""帮我选品"且没有给链接时,去 Ozon 中国站自动选品。 支持批量上架、以图搜款。
TL;DR: 23 marketing playbooks (CRO, SEO, copy, analytics, experiments, pricing, launches, ads, social). Use to get checklists + copy/paste deliverables fast.
Zero-config, zero-dependency intelligent academic research report generator. Automatically tracks, summarizes, and reports on the latest academic papers and research trends.
基于 SOC 职业分类
正在显示 SKILL.md
| name | getnote-search |
| version | 0.4.0 |
| description | GetNote 语义搜索:全局搜索笔记、指定知识库内搜索。使用前先读 ../getnote-shared/SKILL.md。结果可进一步用 ../getnote-note/SKILL.md 查看详情。 |
| metadata | {"requires":{"bins":["getnote"]}} |
跨全部笔记或指定知识库进行语义搜索。
使用前先读 ../getnote-shared/SKILL.md(认证、字段语义)。
getnote search <query> [--kb <topic_id>] [--limit <n>]
| 参数 | 默认 | 说明 |
|---|---|---|
--kb | — | 限定在指定知识库(topic_id)内搜索 |
--limit | 10 | 最大结果数(上限 10) |
结果按语义相关度从高到低排序。每条结果含:note_id、title、content(摘要)、score、created_at、note_type。
注意:仅
NOTE类型结果填充note_id。其他类型(FILE、BLOGGER、LIVE等)的note_id为空。
# 全局搜索
getnote search "大模型 API"
# 限定知识库搜索
getnote search "RAG" --kb qnNX75j0
# 限制结果数 + JSON 输出
getnote search "机器学习" --limit 5 -o json
-o json 解析结果{"success":true,"results":[{"note_id":"...","title":"...","content":"...","score":0.95,"created_at":"...","note_type":"..."}]}results 在顶层,不在 data 下--kb 的 topic_id 从 ../getnote-kb/SKILL.md (getnote kbs -o json → data.topics[].topic_id) 获取NOTE 类型结果用 getnote note <note_id> 获取完整内容(见 ../getnote-note/SKILL.md)--limit 为 10;无关键词浏览用 getnote notes0 = 成功,非零 = 错误,stderr 输出错误详情