— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-zongmin-yu-semantic-scholar-skills-trace-citations ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Trace Citations? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Trace Citations
Map the citation graph around one focal paper into useful buckets. Use this when the human wants lineage, influence, and strong versus weak citation edges around a paper.
Arguments
- The positional argument is the focal paper query. Quote multi-word titles.
--depth 1|2controls whether to expand a second hop from the strongest first-hop edges.--max-referencesand--max-citationscap the first-hop fetch sizes.--second-hop-limitcaps how many first-hop anchors get expanded at depth two.
Workflow
- Run
python scripts/run.py .... - Read
result.foundationsfor strong references behind the focal paper. - Read
result.direct_descendantsfor strong citing descendants. - Read
result.bridge_nodesfor medium-confidence connectors with rich context or intent signal. - Read
result.weak_edgesfor low-signal edges that are probably less useful. - If
depth=2, readresult.second_hoponly after the first-hop picture looks sensible.
Output
- The script prints the unified JSON envelope described in
output_contract.md. - The underlying workflow result is
CitationTraceResult.to_dict(). result.reference_count_examinedandresult.citation_count_examinedshow the first-hop search breadth.
When To Escalate
- The focal paper resolves incorrectly.
- The API returns very sparse context and intent data, making edge interpretation weak.
- The first-hop graph is too noisy and needs a tighter focal paper choice before going to depth two.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zongmin-yu
- Source: zongmin-yu/semantic-scholar-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.