{"id":210,"date":"2026-03-21T22:47:22","date_gmt":"2026-03-21T14:47:22","guid":{"rendered":"https:\/\/pa.yingzhi8.cn\/index.php\/2026\/03\/21\/prose\/"},"modified":"2026-03-21T23:08:53","modified_gmt":"2026-03-21T15:08:53","slug":"prose","status":"publish","type":"post","link":"https:\/\/pa.yingzhi8.cn\/index.php\/2026\/03\/21\/prose\/","title":{"rendered":"OpenProse"},"content":{"rendered":"<h1>OpenProse<\/h1>\n<p>OpenProse \u662f\u4e00\u79cd\u53ef\u79fb\u690d\u7684\u3001\u4ee5 Markdown \u4e3a\u4e2d\u5fc3\u7684\u5de5\u4f5c\u6d41\u683c\u5f0f\uff0c\u7528\u4e8e\u7f16\u6392 AI \u4f1a\u8bdd\u3002\u5728 OpenClaw \u4e2d\uff0c\u5b83\u4f5c\u4e3a\u63d2\u4ef6\u53d1\u5e03\uff0c\u5b89\u88c5\u4e00\u4e2a OpenProse Skills \u5305\u4ee5\u53ca\u4e00\u4e2a <code>\/prose<\/code> \u659c\u6760\u547d\u4ee4\u3002\u7a0b\u5e8f\u5b58\u653e\u5728 <code>.prose<\/code> \u6587\u4ef6\u4e2d\uff0c\u53ef\u4ee5\u751f\u6210\u591a\u4e2a\u5177\u6709\u663e\u5f0f\u63a7\u5236\u6d41\u7684\u5b50\u667a\u80fd\u4f53\u3002<\/p>\n<p>\u5b98\u65b9\u7f51\u7ad9\uff1a<a href=\"https:\/\/www.prose.md\">https:\/\/www.prose.md<\/a><\/p>\n<h2>\u5b83\u80fd\u505a\u4ec0\u4e48<\/h2>\n<ul>\n<li>\u5177\u6709\u663e\u5f0f\u5e76\u884c\u6027\u7684\u591a\u667a\u80fd\u4f53\u7814\u7a76 + \u7efc\u5408\u3002<\/li>\n<li>\u53ef\u91cd\u590d\u7684\u6279\u51c6\u5b89\u5168\u5de5\u4f5c\u6d41\uff08\u4ee3\u7801\u5ba1\u67e5\u3001\u4e8b\u4ef6\u5206\u7c7b\u3001\u5185\u5bb9\u7ba1\u9053\uff09\u3002<\/li>\n<li>\u53ef\u5728\u652f\u6301\u7684\u667a\u80fd\u4f53\u8fd0\u884c\u65f6\u4e4b\u95f4\u8fd0\u884c\u7684\u53ef\u91cd\u7528 <code>.prose<\/code> \u7a0b\u5e8f\u3002<\/li>\n<\/ul>\n<h2>\u5b89\u88c5 + \u542f\u7528<\/h2>\n<p>\u6346\u7ed1\u7684\u63d2\u4ef6\u9ed8\u8ba4\u662f\u7981\u7528\u7684\u3002\u542f\u7528 OpenProse\uff1a<\/p>\n<p>&#8220;`bash  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\nopenclaw plugins enable open-prose<\/p>\n<pre><code>\n\u542f\u7528\u63d2\u4ef6\u540e\u91cd\u542f Gateway \u7f51\u5173\u3002\n\n\u5f00\u53d1\/\u672c\u5730\u68c0\u51fa\uff1a`openclaw plugins install .\/extensions\/open-prose`\n\n\u76f8\u5173\u6587\u6863\uff1a[\u63d2\u4ef6](\/tools\/plugin)\u3001[\u63d2\u4ef6\u6e05\u5355](\/plugins\/manifest)\u3001[Skills](\/tools\/skills)\u3002\n\n## \u659c\u6760\u547d\u4ee4\n\nOpenProse \u5c06 `\/prose` \u6ce8\u518c\u4e3a\u7528\u6237\u53ef\u8c03\u7528\u7684 Skills \u547d\u4ee4\u3002\u5b83\u8def\u7531\u5230 OpenProse VM \u6307\u4ee4\uff0c\u5e76\u5728\u5e95\u5c42\u4f7f\u7528 OpenClaw \u5de5\u5177\u3002\n\n\u5e38\u7528\u547d\u4ee4\uff1a\n\n<\/code><\/pre>\n<p>\/prose help<br \/>\n\/prose run<br \/>\n\/prose run<br \/>\n\/prose run <a href=\"https:\/\/example.com\/file.prose\">https:\/\/example.com\/file.prose<\/a><br \/>\n\/prose compile<br \/>\n\/prose examples<br \/>\n\/prose update<\/p>\n<pre><code>\n## \u793a\u4f8b\uff1a\u4e00\u4e2a\u7b80\u5355\u7684 `.prose` \u6587\u4ef6\n\n```prose  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\n# Research + synthesis with two agents running in parallel.\n\ninput topic: &quot;What should we research?&quot;\n\nagent researcher:\n  model: sonnet\n  prompt: &quot;You research thoroughly and cite sources.&quot;\n\nagent writer:\n  model: opus\n  prompt: &quot;You write a concise summary.&quot;\n\nparallel:\n  findings = session: researcher\n    prompt: &quot;Research {topic}.&quot;\n  draft = session: writer\n    prompt: &quot;Summarize {topic}.&quot;\n\nsession &quot;Merge the findings + draft into a final answer.&quot;\ncontext: { findings, draft }\n<\/code><\/pre>\n<h2>\u6587\u4ef6\u4f4d\u7f6e<\/h2>\n<p>OpenProse \u5c06\u72b6\u6001\u4fdd\u5b58\u5728\u5de5\u4f5c\u7a7a\u95f4\u7684 <code>.prose\/<\/code> \u4e0b\uff1a<\/p>\n<pre><code>.prose\/\n\u251c\u2500\u2500 .env\n\u251c\u2500\u2500 runs\/\n\u2502   \u2514\u2500\u2500 {YYYYMMDD}-{HHMMSS}-{random}\/\n\u2502       \u251c\u2500\u2500 program.prose\n\u2502       \u251c\u2500\u2500 state.md\n\u2502       \u251c\u2500\u2500 bindings\/\n\u2502       \u2514\u2500\u2500 agents\/\n\u2514\u2500\u2500 agents\/\n<\/code><\/pre>\n<p>\u7528\u6237\u7ea7\u6301\u4e45\u667a\u80fd\u4f53\u4f4d\u4e8e\uff1a<\/p>\n<pre><code>~\/.prose\/agents\/\n<\/code><\/pre>\n<h2>\u72b6\u6001\u6a21\u5f0f<\/h2>\n<p>OpenProse \u652f\u6301\u591a\u79cd\u72b6\u6001\u540e\u7aef\uff1a<\/p>\n<ul>\n<li><strong>filesystem<\/strong>\uff08\u9ed8\u8ba4\uff09\uff1a<code>.prose\/runs\/...<\/code><\/li>\n<li><strong>in-context<\/strong>\uff1a\u77ac\u6001\uff0c\u7528\u4e8e\u5c0f\u7a0b\u5e8f<\/li>\n<li><strong>sqlite<\/strong>\uff08\u5b9e\u9a8c\u6027\uff09\uff1a\u9700\u8981 <code>sqlite3<\/code> \u4e8c\u8fdb\u5236\u6587\u4ef6<\/li>\n<li><strong>postgres<\/strong>\uff08\u5b9e\u9a8c\u6027\uff09\uff1a\u9700\u8981 <code>psql<\/code> \u548c\u8fde\u63a5\u5b57\u7b26\u4e32<\/li>\n<\/ul>\n<p>\u8bf4\u660e\uff1a<\/p>\n<ul>\n<li>sqlite\/postgres \u662f\u9009\u62e9\u52a0\u5165\u7684\uff0c\u4e14\u5904\u4e8e\u5b9e\u9a8c\u9636\u6bb5\u3002<\/li>\n<li>postgres \u51ed\u8bc1\u4f1a\u6d41\u5165\u5b50\u667a\u80fd\u4f53\u65e5\u5fd7\uff1b\u8bf7\u4f7f\u7528\u4e13\u7528\u7684\u3001\u6700\u5c0f\u6743\u9650\u7684\u6570\u636e\u5e93\u3002<\/li>\n<\/ul>\n<h2>\u8fdc\u7a0b\u7a0b\u5e8f<\/h2>\n<p><code>\/prose run &lt;handle\/slug&gt;<\/code> \u89e3\u6790\u4e3a <code>https:\/\/p.prose.md\/&lt;handle&gt;\/&lt;slug&gt;<\/code>\u3002<br \/>\n\u76f4\u63a5 URL \u6309\u539f\u6837\u83b7\u53d6\u3002\u8fd9\u4f7f\u7528 <code>web_fetch<\/code> \u5de5\u5177\uff08\u6216\u7528\u4e8e POST \u7684 <code>exec<\/code>\uff09\u3002<\/p>\n<h2>OpenClaw \u8fd0\u884c\u65f6\u6620\u5c04<\/h2>\n<p>OpenProse \u7a0b\u5e8f\u6620\u5c04\u5230 OpenClaw \u539f\u8bed\uff1a<\/p>\n<table>\n<thead>\n<tr>\n<th>OpenProse \u6982\u5ff5<\/th>\n<th>OpenClaw \u5de5\u5177<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u751f\u6210\u4f1a\u8bdd \/ Task \u5de5\u5177<\/td>\n<td><code>sessions_spawn<\/code><\/td>\n<\/tr>\n<tr>\n<td>\u6587\u4ef6\u8bfb\/\u5199<\/td>\n<td><code>read<\/code> \/ <code>write<\/code><\/td>\n<\/tr>\n<tr>\n<td>Web \u83b7\u53d6<\/td>\n<td><code>web_fetch<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u5982\u679c\u4f60\u7684\u5de5\u5177\u767d\u540d\u5355\u963b\u6b62\u8fd9\u4e9b\u5de5\u5177\uff0cOpenProse \u7a0b\u5e8f\u5c06\u5931\u8d25\u3002\u53c2\u89c1 <a href=\"\/tools\/skills-config\">Skills \u914d\u7f6e<\/a>\u3002<\/p>\n<h2>\u5b89\u5168 + \u6279\u51c6<\/h2>\n<p>\u5c06 <code>.prose<\/code> \u6587\u4ef6\u89c6\u4e3a\u4ee3\u7801\u3002\u8fd0\u884c\u524d\u8bf7\u5ba1\u67e5\u3002\u4f7f\u7528 OpenClaw \u5de5\u5177\u767d\u540d\u5355\u548c\u6279\u51c6\u95e8\u63a7\u6765\u63a7\u5236\u526f\u4f5c\u7528\u3002<\/p>\n<p>\u5bf9\u4e8e\u786e\u5b9a\u6027\u7684\u3001\u6279\u51c6\u95e8\u63a7\u7684\u5de5\u4f5c\u6d41\uff0c\u53ef\u4e0e <a href=\"\/tools\/lobster\">Lobster<\/a> \u6bd4\u8f83\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenProse OpenProse \u662f\u4e00\u79cd\u53ef\u79fb\u690d\u7684\u3001\u4ee5 Markdown \u4e3a\u4e2d\u5fc3\u7684\u5de5\u4f5c\u6d41\u683c\u5f0f\uff0c\u7528\u4e8e\u7f16\u6392 A [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-210","post","type-post","status-publish","format-standard","hentry","category-docs"],"_links":{"self":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":1,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"predecessor-version":[{"id":505,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/210\/revisions\/505"}],"wp:attachment":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}