Academic Translator
Analysis
This skill’s PDF/arXiv translation behavior is coherent and disclosed, with only routine cautions about local paper storage, web searches, helper dependencies, and optional sub-agent use.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Use sub-agents (`sessions_spawn`) for full paper translation to avoid blocking the main session
The skill may spawn additional agent sessions for long translation tasks, which is disclosed and purpose-aligned but increases autonomous processing.
source /home/kjp/.openclaw/workspace/.venv/bin/activate
The instructions reference a specific local virtual environment, while the registry says there is no install spec.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Store paper context in `/tmp/academic_papers/` for multi-turn conversations: ... `current_text.txt` — extracted full text
The skill explicitly persists extracted paper text locally so it can answer follow-up questions without re-extracting.
Then use `web_search` for supplementary context ... Use `web_search` proactively for unfamiliar terms or cutting-edge topics
The skill discloses external web-search use that may involve paper titles, concepts, or other paper-derived queries.
