Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/yogsoth-ai/de-anthropocentric-research-engine/actor-profilingnpx skills add yogsoth-ai/de-anthropocentric-research-engine --skill actor-profilinggit clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engineWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00057 | $0.00875 |
| Opus 5 | $0.00028 | $0.00438 |
| Sonnet 5 | $0.00011 | $0.00175 |
| Haiku 4.5 | $0.00006 | $0.00088 |
Grade A, and why
actor-profiling scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Actor Profiling
Build a comprehensive model of the user as a research actor — who they are, what they have, what constrains them, and why they're doing this.
Available SOPs
| SOP | Purpose | Execution |
|---|---|---|
| explore-resume | Background, skills, projects, publications, research experience | dialogue (once only) |
| clarify-resources | Compute, timeline, collaboration, data, environment | dialogue |
| ask-constraints | Venue targets, methodology preferences, avoidance areas, advisor requirements | dialogue |
| ask-intentionality | Deep WHY probing — motivation, risk tolerance, innovation preference, etc. | dialogue |
Methodology Guidance
The goal is to construct an ActorProfile with enough information to inform field exploration and goal decomposition. How you get there is your decision.
Typical flow:
explore-resumefirst (one-time, never re-run)clarify-resources→ask-constraints→ask-intentionality
But you may:
- Return to
ask-intentionalityat any point when you discover a deeper WHY to probe - Interleave
clarify-resourceswhen intentionality probing reveals resource-related gaps - Skip or abbreviate SOPs when the user's initial message already provides the information
End condition: You judge that you have enough information to construct a meaningful ActorProfile. In cold-start scenarios, "enough" may mean just establishing boundaries (what the user won't do) rather than specifics.
Cold-Start Special Case
When the user doesn't know what they want or can do, the ActorProfile captures boundaries rather than commitments:
- "User has experience in NLP and GNN, won't jump to physics/chemistry"
- "Timeline is flexible, no hard deadline"
- "Motivated by interest, not graduation pressure"
This is sufficient — later tactics will help narrow within these boundaries.
Output (Tactic-Level Aggregation)
After running the SOPs you deem necessary, synthesize an ActorProfile:
ActorProfile {
background: { skills, projects, publications, researchExp }
resources: { compute, timeline, collaboration, data, environment }
constraints: { venue, methodology, avoidance, advisor }
intentionality: {
motivation, successDefinition,
riskTolerance, innovationPreference,
independencePreference, timeUrgency, learningWillingness
}
boundary: "..." // what the user definitely won't do
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 86 lines · 57 tokens per session scan A 946343b4c07e
actor-profiling is a skill published in the GitHub repository yogsoth-ai/de-anthropocentric-research-engine (405 stars, last pushed 6d ago), licensed Apache-2.0. It adds 57 tokens to every session and 875 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Deep Research
Produce a deep, structured research report on a topic: decompose into key dimensions, analyze each with evidence and reasoning, synthesize cross-cutting insights, and surface open questions. Use for deep research, analysis, and literature/landscape reviews.
omnisci
Run OmniScientist end to end in the OmniScientist CLI using DeepSeek V4 Flash. Turn raw research data (images, signals, audio, video, 3-D, tables, or graphs) and an open direction into perceived evidence, a falsifiable hypothesis, recorded analysis, real citations, a gated candidate paper, PDF, and Overleaf bundle.…
literature-reviewer-skill
根据用户提供的论文主题,进行系统性中英文文献回顾(Literature Survey)。 采用8阶段工作流,支持CNKI、Web of Science、ScienceDirect等主流数据库, 无需API配置,通过浏览器自动化获取文献信息。 输出包含GB/T 7714-2015引文、标题、摘要的Markdown文档。 当用户提到"文献回顾"、"文献综述"、"帮我找文献"、"中英文文献搜索"、"写综述"等关键词时触发。 NOTE: The 'examples/' folder contains sample outputs and is not included in skill installation.
academic-research-suite
ARS-Codex workflows for research, academic writing, manuscript review, research-to-paper pipelines, and experiment planning. Use when the user asks for deep research, literature review, systematic review, meta-analysis, research question refinement, academic paper drafting, paper revision, citation or integrity…
paper-fetch
Add academic papers to Zotero via MCP (DOI/PMID/title); fetch full-text PDFs through a publisher-aware route ladder (Unpaywall → Elsevier/Wiley/Springer TDM → institutional proxy → SFX); PDFs land in a linked-files folder (ZotMoov), never uploaded to Zotero cloud. Also verifies that a downloaded PDF really is that…
lit-review-assistant
Search, summarize, and synthesize economics literature.