📦 Get笔记 — 个人知识速记

v1.7.0

一键保存链接、图片与文字,智能搜索与标签管理,打造随时可检索的个人笔记与知识库。支持自然语言指令,如「记一下」「搜笔记」「加到知识库」,自动整理与去重,让知识沉淀更高效。

49· 1.6万·55 当前·55 累计
iswalle 头像by @iswalle (Get笔记)
下载技能包 项目主页
最后更新
2026/4/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it claims (save/search/manage notes). Before installing, understand: 1) it will perform an OAuth Device Flow and start a background poll to obtain an API key if none is configured — you will be shown a verification link and code to complete in your browser; 2) once authorized the skill will write the API key / client ID into ~/.openclaw/openclaw.json for future use; 3) do not paste API keys into chat — prefer the OAuth flow or set GETNOTE_API_KEY and GETNOTE_CLIENT_...
详细分析 ▾
用途与能力
Name/description (note save/search/kb) match what code and SKILL.md do: call openapi.biji.com endpoints, OAuth device flow, image upload helper. Optional env vars (GETNOTE_API_KEY, GETNOTE_CLIENT_ID, GETNOTE_OWNER_ID) are appropriate for this integration and no unrelated credentials or binaries are requested.
指令范围
SKILL.md gives concrete API calls and device-flow OAuth logic. It instructs the agent to auto-start the OAuth device polling (background) and to write obtained credentials into ~/.openclaw/openclaw.json — this is within the integration's needs but worth noting because the skill will initiate network polling and modify the agent config during setup without additional user commands beyond starting the flow.
安装机制
No install spec or external downloads; the package is instruction-first and includes two small Python helper scripts. No remote URLs or archive extraction in install steps.
凭证需求
Only optional environment variables relate directly to the service (API key, client id, owner id). The scripts read or accept these vars only as expected for uploading images and OAuth; there are no extra secrets or unrelated environment/config path requests.
持久化与权限
always:false (normal). The skill instructs writing API credentials into ~/.openclaw/openclaw.json for future use — expected for an OAuth-backed integration but users should be aware credentials will be persisted in their OpenClaw config. The skill does not request system-wide privileges or alter other skills' configs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.7.02026/3/6

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install getnote
镜像加速npx clawhub@latest install getnote --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库