instsci
Use when working with the InstSci project, publisher PDF retrieval, closed-access article verification, DOI batch downloads, CloakBrowser evidence, CARSI, Shibboleth, OpenAthens, WebVPN, publisher capability matrices, or InstSci CLI workflows.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=rimagination-instsci-skills-instsci-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name instsci description Use when working with the InstSci project, publisher PDF retrieval, closed-access article verification, DOI batch downloads, CloakBrowser evidence, CARSI, Shibboleth, OpenAthens, WebVPN, publisher capability matrices, or InstSci CLI workflows. instsci Core Rule Use this skill as the project entry point for InstSci work. The implementation and project-specific rules live in the repository root containing AGENTS.md and pyproject.toml . Startup Work from the InstSci repository root unless the user explicitly names another checkout. Read AGENTS.md before changing behavior or reporting publisher PDF results. For continuation, recall, migration, or "previous task" questions, use the chatmem skill/MCP first. Treat indexed history as evidence, not approved startup rules. For publisher PDF, closed-access, institution-login, or capability-matrix tasks, also read instsci/data/institutional_identity_policy.json or run: instsci identity-policy MCP Coordination When InstSci MCP tools are available, use them as the structured context bridge before reading raw JSON files by hand: get_institutional_identity_policy : load route-selection policy before closed-access planning. get_publisher_access_catalog : inspect publisher route templates, login hints, persistence stores, and HTTP preflight limits. get_publisher_browser_verification_matrix : inspect prior browser-backed publisher evidence. plan_publisher_pdf_workflow : build the correct visible CLI command and identify whether a subscription institution is still required. Use MCP search_papers , get_paper_metadata , and fetch_paper for metadata, Open Access lookup, DOI resolution, or non-final retrieval attempts. For publisher PDF downloads, closed-access verification, capability matrices, or final support verdicts, MCP is planning/context only; the actual evidence must come from the visible CloakBrowser workflow started by instsci papers , instsci publisher-batch , PublisherBatchDownloader , or ACSCloakBatchDownloader . If MCP output and repository files disagree, treat AGENTS.md plus instsci/data/*.json as the source of truth and mention the mismatch. Evidence Standard Final publisher PDF verdicts require the visible built-in CloakBrowser workflow. curl , requests , DOI resolution, publisher-doctor , route construction, logs, DOM state, URLs, and cookie exports are HTTP preflight only. Accepted browser-backed routes include: instsci papers dois.txt --publisher auto --institution "Institution Name" --output .\runs\papers instsci publisher-batch dois.txt --publisher acs --institution "Institution Name" --output .\runs\acs Code-level work may use PublisherBatchDownloader , ACSCloakBatchDownloader , or the same visible built-in browser context. Elsevier API Setup For Elsevier or ScienceDirect DOI retrieval, guide the user to configure a global Elsevier API key once: instsci elsevier-setup --api-key YOUR_ELSEVIER_KEY --validate The key is global InstSci config, not per article; --test-doi is validation only. Inst Token is optional. Configure --inst-token only when the user's library explicitly provides an Elsevier institutional token. The preferred API route is view=FULL XML -> object/eid -> PDF . Use direct-first routing so api.elsevier.com can use campus, school VPN, rule VPN, or library exit before any configured proxy fallback. Do not write API keys, Inst Tokens, cookies, or entitlement details into docs, logs, skill files, or commits. API success is HTTP preflight/API-route evidence. Final publisher PDF verdicts still require visible CloakBrowser evidence when the task asks for closed-access publisher capability. Institution Route Do not default to Tsinghua University or any other school. Resolve subscription institution in this order: explicit --institution , config.carsi_idp_name , config.school , then ask the user. Prefer publisher broker, Shibboleth, OpenAthens, CARSI, or configured WAYFless institution links before WebVPN. Use WebVPN only when the configured institution has a WebVPN gateway and that route is browser-verified for the publisher. Do not treat cookies.json or carsi_cookie_dir/*.json as a full reusable login state; they are preflight/supporting assets, not final evidence. Reporting For publisher PDF work, report each DOI or publisher with publisher , doi , route_attempted , institution , result , evidence , and next_action . Use these status meanings: browser verified : PDF captured or blocker verified in visible CloakBrowser with screenshot-backed checkpoints. HTTP preflight : HTTP-only evidence; not a final capability verdict. auth_required : user must complete SSO, 2FA, CAPTCHA, or institution selection. blocked : visible browser evidence shows a challenge, error, or publisher-side blocker. unsupported : only after browser-verified evidence rules out the route. For final manifests, keep Markdown, CSV, and JSON counts consistent. success means downloaded and verified; unverified means a PDF exists but DOI/text verification is insufficient; missing means no PDF was captured. Detailed Reference For recent gotchas, publisher-specific notes, visible-browser UI fallback steps, report-count rules, and verification commands, read references/publisher-pdf-workflow.md when the task touches publisher PDFs or DOI batches. Safety Keep CloakBrowser visible for SSO, CAPTCHA, WAF, Cloudflare, and publisher verification. After clicking PDF, institutional access, OpenAthens/Shibboleth/CARSI, cookie prompts, or verification prompts, inspect a screenshot before concluding success or failure. Visible UI fallback may click public publisher controls such as Access through your organization , institution search results, or PDF viewer Download , but never fill passwords, OTPs, or account credentials. Do not manually call Xiaozhi notification scripts. Never write Xiaozhi MCP endpoints, tokens, institution credentials, cookies, or other secrets into docs, code, logs, skills, or commits.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |