← Back to Skills Marketplace
excalibur9527

S.H.I.T底刊摘要

by Excalibur9527 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
246
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install shit-journal-scraper
Description
Automates extraction and AI-based analysis of research papers from shitjournal.org, capturing titles, abstracts, DOIs, and publication dates in JSON format.
Usage Guidance
This skill appears to do what it says: it uses Playwright to render the target site and JSDOM to extract article data. Before installing, consider: (1) run it in a sandboxed environment because Playwright will download and execute a Chromium binary; (2) confirm scraping the target site complies with its terms/robots policy and your legal/privacy constraints; (3) review the GitHub repo and authorship (SKILL.md lists a repo) and consider pinning dependency versions; (4) if you enable the not-yet-implemented LLM/hosting features, expect to add API keys — only provide those to trusted code; (5) basic hygiene: run npm audit, limit network access if needed, and inspect or run the script locally before giving it broader permissions.
Capability Analysis
Type: OpenClaw Skill Name: shit-journal-scraper Version: 0.1.2 The skill is a standard web scraper designed to extract article information from shitjournal.org using Playwright and JSDOM. The code in index.js and the instructions in SKILL.md are consistent with the stated purpose, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description claim to scrape and analyze papers from shitjournal.org; the code and SKILL.md use Playwright + JSDOM to render and parse the site, which is appropriate. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md explicitly instructs installing playwright and jsdom and running index.js. The runtime instructions and index.js only perform network browsing of the target site, DOM parsing of a specific selector, and console logging (with a placeholder for LLM integration). The instructions do not read local secrets or other system files.
Install Mechanism
There is no registry install spec embedded in the skill; SKILL.md instructs running npm install and `npx playwright install chromium`, which will download Chromium binaries via Playwright's installer. This is expected for Playwright but does involve fetching a large browser binary from Playwright's distribution servers — not an unknown/personal host.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment variables. If you later add LLM integration, API keys would be needed; as-is there is no credential access.
Persistence & Privilege
always is false and the skill does not request permanent elevated presence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shit-journal-scraper
  3. After installation, invoke the skill by name or use /shit-journal-scraper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Updated authorship credit in SKILL.md from "ZhouGuang" to "Excalibur9527". - No functional or technical changes; documentation only.
v0.1.1
Version 0.1.1 of Shit Journal Scraper includes no code changes. - No file changes detected. - Documentation and functionality remain the same as the previous version.
v0.1.0
Initial release of Shit Journal Scraper. - Automates fetching and analyzing papers from shitjournal.org using a headless Chromium browser with Playwright. - Accurately extracts article title, abstract, DOI, and publish date after client-side rendering. - Integrates LLMs for automatic summarization and in-depth analysis of paper abstracts. - Outputs results in JSON for easy integration into knowledge management workflows. - Handles browser dependencies automatically for zero-config setup. - Robust error capture with standardized JSON error reporting.
Metadata
Slug shit-journal-scraper
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is S.H.I.T底刊摘要?

Automates extraction and AI-based analysis of research papers from shitjournal.org, capturing titles, abstracts, DOIs, and publication dates in JSON format. It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.

How do I install S.H.I.T底刊摘要?

Run "/install shit-journal-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is S.H.I.T底刊摘要 free?

Yes, S.H.I.T底刊摘要 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does S.H.I.T底刊摘要 support?

S.H.I.T底刊摘要 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created S.H.I.T底刊摘要?

It is built and maintained by Excalibur9527 (@excalibur9527); the current version is v0.1.2.

💬 Comments