Forge your content compatible to any social media website
SaferSkills independently audited ContentForge (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
AI-powered content repurposing tool — Transform one piece of content into posts optimized for every platform.
</div>
| Platform | Output |
|---|---|
| 🐦 Twitter / X | Threaded tweets (5-10 tweets), hook + CTA, emoji-sparingly |
| Professional post with hashtags & engagement question | |
| Casual caption with emojis and 20-30 hashtags | |
| 📧 Email Newsletter | Subject line, structured sections, personal CTA |
| 🎬 YouTube | SEO description with timestamps & tags |
Additional controls available in the UI:
| Layer | Technology |
|---|---|
| Backend | Python · Flask |
| AI | Google Gemini 2.5 Flash |
| Frontend | HTML · CSS · Vanilla JavaScript |
| Config | python-dotenv |
.streamlit/secrets.toml file: mkdir .streamlit
cp .streamlit/secrets.toml.example .streamlit/secrets.toml.streamlit/secrets.toml: GOOGLE_API_KEY = "your-key-here" streamlit run app.pyhttp://localhost:8501your-username/contentforgemain or masterapp.py GOOGLE_API_KEY = "your-google-api-key-here"Your app will be live at: https://your-app-name.streamlit.app
Prerequisites: Python 3.8+, a free Google Gemini API key
# 1. Clone the repo
git clone https://github.com/patilanupam/ContentForge.git
cd ContentForge
# 2. Install dependencies
pip install -r requirements.txt
# 3. Configure environment
cp .env.example .env
# Open .env and set: GOOGLE_API_KEY=your-key-here
# 4. Start the server
python app.pyThen open http://localhost:5050 in your browser. 🎉
One-click deploy platforms:
The following improvements are planned to make ContentForge even more powerful:
Contributions are welcome! To get started:
git checkout -b feature/your-feature-namegit commit -m 'Add some feature'git push origin feature/your-feature-namePlease open an issue first to discuss significant changes.
This project is licensed under the MIT License.
<div align="center"> Built with ❤️ using <a href="https://ai.google.dev/">Google Gemini API</a> </div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.