This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: codotx-blog | |
| version: 2.0.0 | |
| description: | | |
| 撰寫想點創意科技(codotx)技術部落格文章。根據真實的開發經驗、踩坑紀錄、工具評測或技術觀點, | |
| 產出有人味的繁體中文技術文章。文章風格:專業但不死板、敘事導向、問題→解決的迭代結構。 | |
| 當使用者提到要寫部落格、寫文章、寫技術分享、記錄開發過程、寫踩坑紀錄時,使用這個 skill。 | |
| 即使使用者只是說「幫我寫一篇關於 X 的文章」也應該觸發。 | |
| allowed-tools: | |
| - Read |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * read more on : | |
| * https://developers.google.com/blogger/docs/3.0/getting_started | |
| * | |
| */ | |
| $key["server"] = "YOUR_BLOGGER_API_KEY"; | |
| $blogId = "YOUR_BLOG_API"; |