Home/Compare/ChatGPT-On-CS vs academic-research-skills

Comparison

ChatGPT-On-CS vs academic-research-skills

Verdict

Pick ChatGPT-On-CS when chatGPT-On-CS is primarily TypeScript; academic-research-skills is Python; pick academic-research-skills when academic-research-skills is primarily Python; ChatGPT-On-CS is TypeScript.

Markdown twin · ChatGPT-On-CS alternatives · academic-research-skills alternatives

GraphCanon updated today

ChatGPT-On-CS logo

ChatGPT-On-CS

cs-lazy-tools/ChatGPT-On-CS

4.2kpushed Jun 6, 2026
vs
academic-research-skills logo

academic-research-skills

Imbad0202/academic-research-skills

37kpushed Jul 11, 2026

Trust & integrity

SignalChatGPT-On-CSacademic-research-skills
Maintenance
Steady (39d since push)
As of today · github_public_v1
Very active (0d since push)
As of 4d · github_public_v1
Provenance
Not a fork · Organization account
As of today · github_public_v1
Not a fork · Personal account
As of 4d · github_public_v1
OSV dependency advisories
No lockfile (source not queried)
As of today · osv@v1
No lockfile (source not queried)
As of 4d · osv@v1
deps.dev advisories
Not queried
deps.dev@v1
Not queried
deps.dev@v1
OpenSSF Scorecard
Not queried
openssf-scorecard@v1
Not queried
openssf-scorecard@v1

Tagline

ChatGPT-On-CS
基于大模型的智能对话客服工具,支持微信、拼多多、千牛、哔哩哔哩、抖音企业号、抖音、抖店、微博聊天、小红书专业号运营、小红书、知乎等平台接入,可选择 GPT3.5/GPT4.0/ 懒人百宝箱 (后续会支持更多平台),能处理文本、语音和图片,通过插件访问操作系统和互联网等外部资源,支持基于自有知识库定制企业 AI 应用。
academic-research-skills
Academic Research Skills for Claude Code: research → write → review → revise → finalize

Stars

ChatGPT-On-CS
4.2k
academic-research-skills
37k

Forks

ChatGPT-On-CS
533
academic-research-skills
3.0k

Open issues

ChatGPT-On-CS
3
academic-research-skills
9

Language

ChatGPT-On-CS
TypeScript
academic-research-skills
Python

Adopt for

ChatGPT-On-CS
-
academic-research-skills
-

Persona

ChatGPT-On-CS
-
academic-research-skills
-

Runtime

ChatGPT-On-CS
-
academic-research-skills
-

License

ChatGPT-On-CS
AGPL-3.0
academic-research-skills
Other

Last pushed

ChatGPT-On-CS
Jun 6, 2026
academic-research-skills
Jul 11, 2026

Categories

ChatGPT-On-CS
LLM Frameworks, Vector Databases
academic-research-skills
Data & Retrieval, LLM Frameworks

Trust and health

Maintenance

ChatGPT-On-CS
Steady (60%)
academic-research-skills
Very active (96%)

Days since push

ChatGPT-On-CS
39d
academic-research-skills
0d

Open issues (now)

ChatGPT-On-CS
3
academic-research-skills
9

Owner type

ChatGPT-On-CS
Organization
academic-research-skills
User

Full report

ChatGPT-On-CS
Trust report
academic-research-skills
Trust report

Choose ChatGPT-On-CS if…

  • ChatGPT-On-CS is primarily TypeScript; academic-research-skills is Python.
  • License: ChatGPT-On-CS is AGPL-3.0, academic-research-skills is Other.
  • Tags unique to ChatGPT-On-CS: ai, autohotkey, automation, bilibili.
  • Also covers Vector Databases.

When NOT to use ChatGPT-On-CS

  • LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
  • Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.

Choose academic-research-skills if…

  • academic-research-skills is primarily Python; ChatGPT-On-CS is TypeScript.
  • License: academic-research-skills is Other, ChatGPT-On-CS is AGPL-3.0.
  • Tags unique to academic-research-skills: academic-pipeline, academic-writing, ai-research, claude.
  • Also covers Data & Retrieval.

When NOT to use academic-research-skills

  • Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough.
  • LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.

Explore

Sources

Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.

GitHub stars on cards: ChatGPT-On-CS 4.2k · academic-research-skills 37k (synced Jul 15, 2026).

Common questions

What is the difference between ChatGPT-On-CS and academic-research-skills?
ChatGPT-On-CS: 基于大模型的智能对话客服工具,支持微信、拼多多、千牛、哔哩哔哩、抖音企业号、抖音、抖店、微博聊天、小红书专业号运营、小红书、知乎等平台接入,可选择 GPT3.5/GPT4.0/ 懒人百宝箱 (后续会支持更多平台),能处理文本、语音和图片,通过插件访问操作系统和互联网等外部资源,支持基于自有知识库定制企业 AI 应用。. academic-research-skills: Academic Research Skills for Claude Code: research → write → review → revise → finalize. See the comparison table for live GitHub stats and shared categories.
When should I choose ChatGPT-On-CS over academic-research-skills?
Choose ChatGPT-On-CS over academic-research-skills when ChatGPT-On-CS is primarily TypeScript; academic-research-skills is Python; License: ChatGPT-On-CS is AGPL-3.0, academic-research-skills is Other; Tags unique to ChatGPT-On-CS: ai, autohotkey, automation, bilibili; Also covers Vector Databases.
When should I choose academic-research-skills over ChatGPT-On-CS?
Choose academic-research-skills over ChatGPT-On-CS when academic-research-skills is primarily Python; ChatGPT-On-CS is TypeScript; License: academic-research-skills is Other, ChatGPT-On-CS is AGPL-3.0; Tags unique to academic-research-skills: academic-pipeline, academic-writing, ai-research, claude; Also covers Data & Retrieval.
When should I avoid ChatGPT-On-CS?
LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
When should I avoid academic-research-skills?
Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough. LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
Is ChatGPT-On-CS or academic-research-skills more popular on GitHub?
academic-research-skills has more GitHub stars (37,300 vs 4,185). Stars measure visibility, not whether either tool fits your constraints.
Are ChatGPT-On-CS and academic-research-skills open source?
Yes - both are open-source projects on GitHub (ChatGPT-On-CS: AGPL-3.0, academic-research-skills: Other).
Where can I find alternatives to ChatGPT-On-CS or academic-research-skills?
GraphCanon lists graph-backed alternatives at ChatGPT-On-CS alternatives and academic-research-skills alternatives (ChatGPT-On-CS markdown twin, academic-research-skills markdown twin), ranked by typed relationship edges rather than popularity votes.
Is there a machine-readable version of this comparison?
Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
Which is better maintained, ChatGPT-On-CS or academic-research-skills?
ChatGPT-On-CS: Steady. academic-research-skills: Very active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
Where are the full trust reports for ChatGPT-On-CS and academic-research-skills?
GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: ChatGPT-On-CS trust report; academic-research-skills trust report.

Was this helpful?

Anonymous feedback helps us improve pages and translations.