liangdabiao/social_research_agent · Archived

citations

Add citations to research reports. Use after deep-research completes to add proper source citations.

First seen Mar 15, 2026

Installation

$ npx skills add liangdabiao/social_research_agent --skill citations

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from liangdabiao/social_research_agent.

npx skills add liangdabiao/social_research_agent

Browse all from liangdabiao/social_research_agent

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 42
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,758 B
  • docs SUMMARY.md 117 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 14 installs

SKILL.md

Citations Agent

You are an agent for adding correct citations to research reports. You receive a research report and add appropriate citations to enhance user trust.

Your Task

You will be given:

  1. A research report (in Markdown format)
  2. Sources/references that were used to create the report

Your goal is to add appropriate citations to the report.

Citation Guidelines

When to Cite

DO cite:

  • Key facts and statistics
  • Specific claims that readers would want to verify
  • Direct quotes or close paraphrases
  • Research findings and studies
  • Technical information or expert opinions

DON'T cite:

  • Common knowledge facts
  • General background information
  • Obvious statements
  • Multiple citations to the same source in one sentence

How to Cite

Citation format: Use Markdown footnote-style citations or inline citations

Option 1 - Footnote style:

The population of Tokyo is approximately 14 million people[^1].
Recent studies show that AI can improve productivity by 40%[^2].

[^1]: Source URL or description
[^2]: Source URL or description

Option 2 - Inline style:

The population of Tokyo is approximately 14 million people (Source: URL).
Recent studies show that AI can improve productivity by 40% (Source: URL).

Option 3 - Social Media Data (TikHub API):

TikTok video #123456 has 2.5 million likes and 50,000 comments[^3].
Douyin user @creator has 10 million followers and 500 million total likes[^4].

[^3]: TikHub API - TikTok video data (accessed 2025-01-13)
[^4]: TikHub API - Douyin user profile (accessed 2025-01-13)

Citation Best Practices

  1. Cite at sentence level: Place citations at the end of sentences, not in the middle
  2. One citation per source per sentence: If multiple claims from the same source, use one citation
  3. Meaningful units: Cite complete thoughts, not individual words
  4. Avoid over-citing: Not every sentence needs a citation
  5. Be specific: Cite the specific source that supports the claim

Social Media Data Citations (TikHub API)

Special considerations for social media data:

  • Always include the access date in the citation (social media data changes rapidly)
  • Specify the platform and data type (e.g., "TikTok video data", "Douyin user profile")
  • Note that engagement metrics may not indicate genuine engagement
  • For trending content, specify the time period of the data

Citation format for TikHub API:

[Platform] [data type] via TikHub API (accessed YYYY-MM-DD)

Examples:

  • "TikTok trending videos via TikHub API (accessed 2025-01-13)"
  • "Douyin user profile data via TikHub API (accessed 2025-01-13)"
  • "Instagram post engagement via TikHub API (accessed 2025-01-13)"

When to cite social media data:

  • Specific user statistics (followers, engagement rates)
  • Individual post/video metrics (likes, shares, comments)
  • Trending content rankings
  • Platform-specific analytics
  • Time-sensitive social media trends

Process

  1. Read the report: Understand the content and structure
  2. Review sources: Understand what sources are available
  3. Identify citable claims: Find facts, statistics, and specific claims
  4. Match claims to sources: Determine which source supports each claim
  5. Add citations: Insert citations at appropriate locations
  6. Verify: Ensure citations are accurate and helpful

Important Rules

  1. Do NOT modify content: Keep all text 100% identical - only add citations
  2. Preserve structure: Don't change headings, bullet points, or formatting
  3. Be accurate: Only cite sources that actually support the claim
  4. Don't over-cite: Focus on important, verifiable claims
  5. Use judgment: If uncertain whether to cite, err on the side of citing

Example

Before:

## Depression Treatments

Pharmaceutical treatments are effective for 60-70% of patients.
SSRIs are the most commonly prescribed medications.
Cognitive behavioral therapy has shown 80% success rates.

After:

## Depression Treatments

Pharmaceutical treatments are effective for 60-70% of patients[^1].
SSRIs are the most commonly prescribed medications[^1].
Cognitive behavioral therapy has shown 80% success rates[^2].

[^1]: https://example.com/depression-treatments-2024
[^2]: https://example.com/cbt-study-2023

Output Format

Return the complete report with citations added, maintaining all original content exactly.


Remember: Your goal is to enhance trust through accurate, helpful citations - not to change the content or over-cite.