noteshell-136c2a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited noteshell-136c2a (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Your personal knowledge base and productivity system — notes, study plans, daily tasks, and learning analytics, all accessible through MCP tools.
Before using any workflow, verify the Noteshell MCP server is connected. Try calling:
secretary_todayIf the tool is not available, the user needs to set up the MCP server:
# 1. Authenticate (opens browser)
npx @noteshell/mcp login
# 2. Add to Claude Code (~/.claude.json or .mcp.json)
{
"mcpServers": {
"noteshell": {
"command": "npx",
"args": ["-y", "@noteshell/mcp"]
}
}
}
# 3. Restart Claude CodeOnce the MCP tools are available, proceed with the workflows below.
| Prefix | Count | Purpose |
|---|---|---|
notes_* | 13 | Note CRUD, search, artifacts, structure |
projects_* | 1 | List projects/folders |
secretary_* | 20 | Memory files, plans, daily tasks, analytics |
context_* / soul_* | 5 | Cross-agent context bus, user soul/preferences |
calendar_* | 3 | Calendar events via memory files |
search_* | 2 | Full-text search across notes + memory |
Always read the current state before writing:
1. secretary_today → see current plan
2. secretary_task_modify → update a taskMost note tools accept project_id for filtering:
1. projects_list → find project UUID
2. notes_list { project_id: "..." } → list notes in projectAI.md, Plan.md, Today.md, Tomorrow.md, Recurring.md, Calendar.mdPlans/<name>.md (e.g. Plans/algo-roadmap.md)History/YYYY-MM-DD.md (auto-archived daily plans)[ ] pending, [x] done, [>] carried over, [-] skippedsecretary_today → today's plan
secretary_plans_list → active roadmaps
context_entries → recent activity across agentssecretary_preferences → study hours, break frequency
secretary_plans_list → active plans + schedule
secretary_recurring_manage → recurring blocks
secretary_daily_generate { target: "Tomorrow.md", content: "..." }search_global { query: "..." } → search notes + memory
notes_get { note_id: "..." } → read full contentsecretary_analytics → completion rates, streaks, mood trends
soul_read → goals and preferencesFor detailed step-by-step workflows (morning routine, evening reflection, weekly review, study planning, note organization, research capture, daily workflow), fetch the full guide:
MUST MANDATORY Fetch fresh guidelines below:
https://raw.githubusercontent.com/Notecase/noteshell-mcp/main/skills/noteshell/NOTESHELL.mdFollow the instructions in NOTESHELL.md for the workflow that matches the user's request.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.