agentsclimarketplace

Personal branding poster

Skill ce-dric/personal-branding-poster

Generate a personal branding poster from one portrait photo and one PDF resume by running the bundled FastAPI and Python pipeline in this repository, then return the poster image plus metadata in the conversation.From its SKILL.md

Install
npx -y skills add ce-dric/personal-branding-poster

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 312 tokens by cl100k_base, as published. Nobody here has run it

Personal Branding Poster

Use this skill when the user wants you to generate a poster from:

  • 1 portrait photo (jpg, jpeg, png)
  • 1 resume PDF (pdf)
  • or the built-in sample inputs for a demo run

Default Behavior

When the user supplies the input files, run:

python scripts/run_branding_poster.py \
  --image /path/to/photo.jpg \
  --resume /path/to/resume.pdf \
  --output-dir output

If the user asks for a sample result or demo output, run:

python scripts/run_branding_poster.py --sample --output-dir output

The script should:

  1. Create a local virtual environment if needed.
  2. Install the repository requirements if needed.
  3. Run the bundled CLI generator.
  4. Return the generated poster and metadata paths in chat.

Response Format

After generation finishes, answer with:

  • a short success summary
  • the absolute path to the poster
  • the absolute path to the metadata JSON
  • an inline local image preview using Markdown
  • the generated summary and hashtags

Notes

  • This repository is both the app and the skill bundle.
  • Prefer scripts/run_branding_poster.py for execution so the environment is prepared consistently.
  • If the user asks for a sample poster, prefer --sample instead of asking for files.
  • If the user asks for code changes or customization, edit this repository directly rather than creating another copy.

What ships with it: 26 files

1591.7 KB alongside SKILL.md, 14 of them executable

agents/

assets/

scripts/

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.