Research Assistant
v1.0.1Organized research and knowledge management for agents. Use when you need to structure, store, retrieve, and export research notes across topics. Supports adding notes with tags, listing topics, searching across all notes, and exporting to markdown. Perfect for multi-session projects, tracking ideas, and maintaining structured knowledge.
⭐ 3· 2.3k·22 current·23 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (research notes, tagging, search, markdown export) match the provided CLI usage and the Python implementation. Required resources (none) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructions map directly to commands implemented in scripts/research_organizer.py. The instructions do not ask the agent to read unrelated files, access environment secrets, or send data to external endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a bundled script. Nothing is downloaded or executed from external URLs.
Credentials
The skill requests no environment variables or credentials. It stores data under the user's home (~/.openclaw/workspace/research_db.json), which is appropriate for a local notes tool.
Persistence & Privilege
always is false and the skill does not attempt to change other skills or system configuration. It creates and uses only its own workspace under the user's home directory.
Assessment
This skill appears to be a straightforward local research/notes manager. Before installing, note that: (1) all data is stored locally in ~/.openclaw/workspace/research_db.json — if your notes are sensitive consider encrypting or restricting file permissions and/or backing up securely; (2) export is intentionally limited to workspace, home, and /tmp (the script validates paths) but you should review its is_safe_path logic if you have strict security requirements; (3) the included Python script performs no network I/O and requires no credentials, so risk is limited to local read/write of the DB and export files; and (4) as a best practice, inspect the code yourself (or in a sandbox) before running and ensure file permissions on the DB file are appropriate for your environment.Like a lobster shell, security has layers — review code before you run it.
knowledge-managementvk97f91kb16qm95cs75avrqgam980q9pglatestvk97f91kb16qm95cs75avrqgam980q9pgnotesvk97f91kb16qm95cs75avrqgam980q9pgproductivityvk97f91kb16qm95cs75avrqgam980q9pgresearchvk97f91kb16qm95cs75avrqgam980q9pgsecurityvk97f91kb16qm95cs75avrqgam980q9pg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
