skills

agent
Security Audit
Fail
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 11 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in anything-to-notebooklm/package.sh
  • process.env — Environment variable access in baoyu-comic/scripts/gemini-image.ts
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This project provides a collection of reusable skills and agents for Codex and Claude. It includes specialized tools to convert Markdown into Xiaohongshu image cards, process Gmail invoices, generate medical presentations, and add academic citations.

Security Assessment
The overall risk is rated as Medium. While the tool does not request inherently dangerous permissions, the codebase contains a few flagged security points. A recursive force deletion command (`rm -rf`) was found in a package shell script, which could potentially be destructive if misconfigured or executed in the wrong directory. Additionally, a script accesses environment variables, likely for handling API keys or credentials. Users should carefully inspect the code to ensure no sensitive data is exposed and that system directories are protected from unexpected deletion. No hardcoded secrets were detected, though network requests are likely required for AI integrations and email processing.

Quality Assessment
The project appears active and reasonably maintained, with its latest push occurring today. It is backed by a standard MIT license, which is excellent for open-source transparency and legal clarity. The community trust level is still in its early stages, currently sitting at 11 GitHub stars, indicating a small but growing user base.

Verdict
Use with caution. The project is active and properly licensed, but developers should review the shell scripts and environment variable usage before executing anything locally.
SUMMARY

Reusable Codex/Claude skills, including md-to-xhs-cards for Markdown to Xiaohongshu (RedNote) image cards and direct XHS publishing

README.md

Skills Repository

Reusable skills for Codex and Claude.

This repository contains multiple self-contained skills. Each skill has its own SKILL.md and support files (scripts/, references/, templates, examples).

Available Skills

cite-them-all

academic-lectures

  • Location: academic-lectures/
  • Purpose: Builds complete medical academic lecture presentations with structured intake, lecture outlines, references, speaker notes, and .pptx-oriented workflow guidance.
  • Entry: academic-lectures/SKILL.md

gmail-invoice-processor

md-to-xhs-cards

Repository Layout

skills/
├── academic-lectures/
├── cite-them-all/
├── gmail-invoice-processor/
├── md-to-xhs-cards/
└── .github/

Development

git clone https://github.com/erafat/skills.git
cd skills

Then work inside the individual skill folder you want to update.

References

Reviews (0)

No results found