Deepaistudy Errors
v1.0.4拍照上传错题,AI自动分析生成深度学习内容与变式题,支持掌握状态标记和PDF导出,提升错题复习效率。
⭐ 0· 92·0 current·0 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 (upload photos of wrong problems, AI analyze, generate variations) match the code and CLI commands. The code implements endpoints and commands described in SKILL.md (add/list/status/variation/master/unmaster/delete/export). The shared config location (~/.config/deepaistudy-prep) is consistent with the SKILL.md's statement about sharing auth with deepaistudy-prep.
Instruction Scope
SKILL.md instructs only to set a server, username, and password and to upload image files. The runtime code performs exactly those actions (reads images supplied by user, reads/writes config under ~/.config/deepaistudy-prep, posts to configured server endpoints, polls status). There are no instructions or code paths that read unrelated system files, access unrelated credentials, or transmit data to unexpected endpoints (server URL is configurable; default suggested domain appears in docs but the code uses the configured server).
Install Mechanism
The registry metadata stated 'No install spec — instruction-only skill', but the package includes runnable Python code, a setup.py, and a console entry point (deepaistudy-errors). That is an inconsistency to be aware of: this skill contains executable code (requests dependency) which will be installed/run by the agent platform rather than being pure prose. The code itself does not download arbitrary third-party installers or external archives.
Credentials
No environment variables or external credentials are requested by the skill metadata. The skill requires a username, password, and server URL (stored in a local config file) which are appropriate and proportionate for a service client. Note: credentials are stored in plaintext in ~/.config/deepaistudy-prep/config.ini and are sent to the configured server for authentication; users should only supply credentials for servers they trust.
Persistence & Privilege
The skill does not request 'always: true' or any elevated platform privileges. It writes only to its own config directory under the user home (~/.config/deepaistudy-prep) and does not modify other skills or system-wide agent settings.
Assessment
This skill runs a local CLI that uploads images and the provided username/password to a server you configure. The package contains runnable Python code and a console entry point (so it will execute on installation/run). Before installing or providing credentials: 1) confirm you trust the server URL you configure (default docs mention https://www.deepaistudy.com); 2) understand your credentials will be stored in plaintext under ~/.config/deepaistudy-prep/config.ini; 3) only upload images you are comfortable sending to that server. The only minor inconsistency: the registry listed 'no install spec / instruction-only' but the package includes executable code and a setup.py — expect the platform to install/run that code rather than this being purely a docs-only skill.Like a lobster shell, security has layers — review code before you run it.
latestvk97bhawgt336e9gh0qhd7mcpjh83gk0a
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
